mirror of https://github.com/vector-im/riot-web
Remove border-bottom from room topic (#9317)
It gives an empty room topic a height of 1px and does not seem to accomplish much else. Signed-off-by: Arne Wilken arnepokemon@yahoo.de Signed-off-by: Arne Wilken arnepokemon@yahoo.depull/28788/head^2
parent
8e719d57a2
commit
54b79c7667
|
@ -159,7 +159,6 @@ limitations under the License.
|
||||||
font-size: $font-13px;
|
font-size: $font-13px;
|
||||||
line-height: $lineHeight;
|
line-height: $lineHeight;
|
||||||
max-height: calc($lineHeight * $lines);
|
max-height: calc($lineHeight * $lines);
|
||||||
border-bottom: 1px solid transparent;
|
|
||||||
|
|
||||||
/* to align baseline of topic with room name */
|
/* to align baseline of topic with room name */
|
||||||
margin: 4px 7px 0;
|
margin: 4px 7px 0;
|
||||||
|
|
Loading…
Reference in New Issue