am 0ad622b4
: add ellipsis for overflowing strings in samples nav
* commit '0ad622b4a6fcaa4232b543aba3e28ec982b50d08': add ellipsis for overflowing strings in samples nav
This commit is contained in:
commit
eb23299bd5
1 changed files with 6 additions and 0 deletions
|
@ -2587,6 +2587,12 @@ padding: 2px 2px 2px 6px;
|
|||
background: #efefef;
|
||||
}
|
||||
|
||||
.samples-nav li a {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------
|
||||
Styles for raw formatted line numbers (not used with listformatted version)
|
||||
div.sampleLine div.lineNumber {
|
||||
|
|
Loading…
Reference in a new issue