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

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

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

* commit '0ad622b4':
  add ellipsis for overflowing strings in samples nav
parents d55fb681 0ad622b4
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 {