mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Wrap ingresses rules
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
8c844518ba
commit
feccbc6a2e
@ -12,7 +12,7 @@
|
||||
&.rules {
|
||||
flex-grow: 3.0;
|
||||
overflow-x: scroll;
|
||||
text-overflow: unset;
|
||||
flex-wrap: wrap;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
@ -20,7 +20,6 @@
|
||||
|
||||
.ingressRule {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ingressRule + .ingressRule {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user