Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit d88f87d

Browse files
committed
[ios] Add ellipsis to overlong items in Jazzy menu
1 parent b5ed88d commit d88f87d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform/ios/docs/theme/assets/css/jazzy.css.scss

+3
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@ pre code {
330330
font-size: 1em;
331331
list-style-type: none;
332332
white-space: nowrap;
333+
overflow: hidden;
334+
text-overflow: ellipsis;
335+
color: $navigation_task_color;
333336
}
334337

335338
.nav-group-task-link {

0 commit comments

Comments
 (0)