Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove border-bottom from room topic (#9317)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Arnei authored Sep 26, 2022
1 parent 8e719d5 commit 54b79c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion res/css/views/rooms/_RoomHeader.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 54b79c7

Please sign in to comment.