am 9cf09123
: am 07540873
: am eb23299b
: am 0ad622b4
: add ellipsis for overflowing strings in samples nav
* commit '9cf0912352163fb0c9a08221b44be23eccdffc15': add ellipsis for overflowing strings in samples nav
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user