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
This commit is contained in:
parent
8e719d57a2
commit
54b79c7667
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue