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

Commit 9cf09123 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 07540873: am eb23299b: am 0ad622b4: add ellipsis for overflowing strings in samples nav

* commit '07540873':
  add ellipsis for overflowing strings in samples nav
parents 9647ca3d 07540873
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 {