diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-07-11 00:08:59 +0000 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-07-11 00:08:59 +0000 |
commit | 1d772ec94db03f1085cb3ec79d4026939f2337b1 (patch) | |
tree | c3016527c37ed1cca03d1ec9594e3033996a67dd | |
parent | Fix small bug in the line number layout (diff) | |
download | frontend-1d772ec94db03f1085cb3ec79d4026939f2337b1.tar.gz frontend-1d772ec94db03f1085cb3ec79d4026939f2337b1.tar.bz2 frontend-1d772ec94db03f1085cb3ec79d4026939f2337b1.zip |
Fix the lin-number layout for all browsers
We have to find a better solution here in future.
But for now it seems to work.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r-- | public/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/main.css b/public/css/main.css index e2fa544..0acabf6 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -44,7 +44,7 @@ .ag-quote { color: #999; cursor: row-resize; - margin-bottom: -1.5em; + margin-bottom: -18px; overflow: hidden; } @@ -66,6 +66,7 @@ background-color: #f5f5f5; border: 1px solid #ccc; padding: 10px; + font-size: 12px; } .ag-message-content pre { |