1
0
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:
Alex Andreev 2023-03-17 13:33:51 +03:00
parent 8c844518ba
commit feccbc6a2e

View File

@ -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 {