diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-01 08:22:34 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-01 08:22:34 +0100 |
commit | 26e4800ddf9b4384a083f066f2a396b8e5e6c079 (patch) | |
tree | b88d165f89549fe1eca0b04655ac8c439cd595d2 /html/popup.html | |
parent | ad69f9c86b950cc84ca103e65824b9c9129d3999 (diff) | |
download | browser-extension-26e4800ddf9b4384a083f066f2a396b8e5e6c079.tar.gz browser-extension-26e4800ddf9b4384a083f066f2a396b8e5e6c079.zip |
more improvements for abrowser&librewolf
Diffstat (limited to 'html/popup.html')
-rw-r--r-- | html/popup.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html/popup.html b/html/popup.html index bb30425..d0a6cb9 100644 --- a/html/popup.html +++ b/html/popup.html @@ -70,6 +70,10 @@ #info_form label+span, .top_but_container { padding-bottom: 0.5em; } + + #info_form .long_msg { + white-space: normal; + } </style> </head> <body> |