fix(css): update flex and overflow properties on tags (#7566)

Co-authored-by: Tim Lai <timothy.lai@gmail.com>
This commit is contained in:
GhBogdan97
2022-03-10 22:40:26 +02:00
committed by GitHub
parent c60a32aa67
commit a5aca55f58

View File

@@ -91,12 +91,21 @@
font-size: 14px;
font-weight: normal;
flex: 1;
flex: 2;
padding: 0 10px;
@include text_body();
}
>div
{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex: 1 1 150px;
font-weight: 400;
}
}
.parameter__type