* commit '07540873614ac13d1352ab30e25ea8f1aabc4035': add ellipsis for overflowing strings in samples nav
This commit is contained in:
@@ -2587,6 +2587,12 @@ padding: 2px 2px 2px 6px;
|
|||||||
background: #efefef;
|
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)
|
Styles for raw formatted line numbers (not used with listformatted version)
|
||||||
div.sampleLine div.lineNumber {
|
div.sampleLine div.lineNumber {
|
||||||
|
Reference in New Issue
Block a user