Skip to content

Commit

Permalink
fix(css): update flex and overflow properties on tags (#7566)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
  • Loading branch information
GhBogdan97 and tim-lai committed Mar 10, 2022
1 parent c60a32a commit a5aca55
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/style/_layout.scss
Expand Up @@ -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
Expand Down Expand Up @@ -735,7 +744,7 @@
display: flex;
align-items: flex-end;

> label
> label
{
font-size: 12px;
font-weight: bold;
Expand Down

0 comments on commit a5aca55

Please sign in to comment.