summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2015-04-09 19:44:51 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2015-04-09 19:44:51 +0200
commita279ee91d1e7d37bc71b9ff86c95acf24009fc6b (patch)
tree67f72789a6c0f6a6e2fedd35a79f1dbb32c20fae
parent4bb418b1b86ca889ba691d217b3daf457d00a3a4 (diff)
parent8b844bf963cc913cd326d9207469d893bac7d6c5 (diff)
Merge pull request #765 from IBBoard/patch-3
Tweak title spacing to keep size but reduce huge gaps
-rw-r--r--css/content.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/content.css b/css/content.css
index c7ed2b48c..cb6eb0224 100644
--- a/css/content.css
+++ b/css/content.css
@@ -322,11 +322,13 @@
white-space: nowrap;
overflow: hidden;
width: 100%;
- line-height: 40px;
display: inline-block;
color: #222;
font-weight: bold;
font-size: 16px;
+ line-height: 1.5;
+ padding-top: 8px;
+ min-height: 40px;
}
#app-content .open .utils .title h1 a {