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-size: 14px;
font-weight: normal; font-weight: normal;
flex: 1; flex: 2;
padding: 0 10px; padding: 0 10px;
@include text_body(); @include text_body();
} }
>div
{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex: 1 1 150px;
font-weight: 400;
}
} }
.parameter__type .parameter__type
@@ -735,7 +744,7 @@
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
> label > label
{ {
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;