mirror of https://github.com/node-red/node-red.git
removed comments
parent
de66803c3f
commit
f8f675bc5c
|
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
span.red-ui-header-logo {
|
||||
text-decoration: none;
|
||||
display: inline-flex; /* keeps image and text side by side */
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
white-space: normal;
|
||||
span {
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
&:not(:first-child) {
|
||||
margin-left: 8px;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2; /* max 2 lines */
|
||||
-webkit-line-clamp: 2;
|
||||
line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow:hidden;
|
||||
|
|
|
|||
Loading…
Reference in New Issue