fix(css): update flex and overflow properties on tags (#7566)
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user