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.de
pull/28788/head^2
Arne Wilken 2022-09-26 17:33:36 +02:00 committed by GitHub
parent 8e719d57a2
commit 54b79c7667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ limitations under the License.
font-size: $font-13px;
line-height: $lineHeight;
max-height: calc($lineHeight * $lines);
border-bottom: 1px solid transparent;
/* to align baseline of topic with room name */
margin: 4px 7px 0;