Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ad622b4 authored by Scott Main's avatar Scott Main
Browse files

add ellipsis for overflowing strings in samples nav

Change-Id: I1efcba409b068be0616eb2e3d80fadda301fd5f6
parent 6fb7e23b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 {