Merge pull request #181 from cloudflare/history-menu-width

Trim very long history menu items
This commit is contained in:
Łukasz Mierzwa
2017-09-07 15:26:21 -04:00
committed by GitHub

View File

@@ -506,4 +506,6 @@ li.history-menu > a.history-menu-item {
padding-right: 4px;
padding-top: 2px;
padding-bottom: 6px;
max-width: 600px;
overflow: hidden;
}