diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-09-03 19:49:56 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-09-03 19:49:56 +0200 |
commit | f0951bced86fe20cb4ae4d353fa85fb97c2ab454 (patch) | |
tree | f4e5a5231974c05159138ceed07faaee375f7094 /html | |
parent | c12b9ee3535f5a4515c164b020dfc08df8f1bfbd (diff) | |
download | browser-extension-f0951bced86fe20cb4ae4d353fa85fb97c2ab454.tar.gz browser-extension-f0951bced86fe20cb4ae4d353fa85fb97c2ab454.zip |
limit width of url in popup heading
Diffstat (limited to 'html')
-rw-r--r-- | html/display-panel.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/display-panel.html b/html/display-panel.html index 1f6beb7..3ed1b7a 100644 --- a/html/display-panel.html +++ b/html/display-panel.html @@ -28,6 +28,7 @@ #main_view>.top>h2 { padding-left: 0; + max-width: 550px } .unroll_chbx:not(:checked)+div>:not(:first-child) { |