mirror of https://github.com/vector-im/riot-web
fix topic & room name alignment in header
parent
e6f9b7a109
commit
8464155663
|
@ -155,6 +155,7 @@ limitations under the License.
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin: 0 7px;
|
margin: 0 7px;
|
||||||
|
margin-top: 4px; // to align baseline of topic with room name
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
|
|
Loading…
Reference in New Issue