mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 12:03:35 +08:00
fixing topic title line height to accomodate overflow
This commit is contained in:
parent
032997ccff
commit
9f42bde110
|
@ -426,9 +426,9 @@ span.post-count {
|
||||||
|
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
padding: 14px 0 8px 0;
|
padding: 14px 0 8px 0;
|
||||||
h1 { line-height: 1em; overflow: hidden; }
|
h1 { line-height: 1.2em; overflow: hidden; }
|
||||||
.topic-statuses {margin-top: -2px; .icon-pushpin {margin-top: -1px;}}
|
.topic-statuses {margin-top: -2px; .icon-pushpin {margin-top: -1px;}}
|
||||||
.star {font-size: 20px; margin-top: 5px;}
|
.star {font-size: 20px; margin-top: 8px;}
|
||||||
|
|
||||||
.chzn-container {vertical-align: middle;}
|
.chzn-container {vertical-align: middle;}
|
||||||
}
|
}
|
||||||
|
@ -471,14 +471,14 @@ iframe {
|
||||||
h1 {
|
h1 {
|
||||||
margin: 5px 0 0 0;
|
margin: 5px 0 0 0;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
line-height: 1em;
|
line-height: 1.2em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.star {
|
a.star {
|
||||||
margin-right: 5px;
|
margin-right: 8px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-top: 5px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-statuses {margin-top: -2px;}
|
.topic-statuses {margin-top: -2px;}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user