Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit a8c1589

Browse files
committed
Trim very long history menu items
If there's a very long menu item entry we should trim it
1 parent 0f4faec commit a8c1589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/static/base.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,4 +506,6 @@ li.history-menu > a.history-menu-item {
506506
padding-right: 4px;
507507
padding-top: 2px;
508508
padding-bottom: 6px;
509+
max-width: 600px;
510+
overflow: hidden;
509511
}

0 commit comments

Comments
 (0)