Fixed channel tree names
This commit is contained in:
parent
e092dcc33c
commit
308d51874c
1 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
|
|
||||||
margin-left: 16px;
|
/* margin-left: 16px; */
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
|
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
@ -99,7 +99,8 @@
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
|
|
||||||
max-width: 100%; /* important for the repetitive channel name! */
|
max-width: 100%; /* important for the repetitive channel name! */
|
||||||
overflow: hidden;
|
overflow-x: hidden;
|
||||||
|
height: 16px;
|
||||||
|
|
||||||
&.align-right {
|
&.align-right {
|
||||||
justify-content: right;
|
justify-content: right;
|
||||||
|
|
Loading…
Add table
Reference in a new issue