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

Commit 6670ea9

Browse files
authored
Merge pull request #181 from cloudflare/history-menu-width
Trim very long history menu items
2 parents 0f4faec + a8c1589 commit 6670ea9

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)