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

Commit 54b79c7

Browse files
authored
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 [email protected] Signed-off-by: Arne Wilken [email protected]
1 parent 8e719d5 commit 54b79c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

res/css/views/rooms/_RoomHeader.pcss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ limitations under the License.
159159
font-size: $font-13px;
160160
line-height: $lineHeight;
161161
max-height: calc($lineHeight * $lines);
162-
border-bottom: 1px solid transparent;
163162

164163
/* to align baseline of topic with room name */
165164
margin: 4px 7px 0;

0 commit comments

Comments
 (0)