We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60a32a commit a5aca55Copy full SHA for a5aca55
src/style/_layout.scss
@@ -91,12 +91,21 @@
91
font-size: 14px;
92
font-weight: normal;
93
94
- flex: 1;
+ flex: 2;
95
96
padding: 0 10px;
97
98
@include text_body();
99
}
100
+
101
+ >div
102
+ {
103
+ overflow: hidden;
104
+ white-space: nowrap;
105
+ text-overflow: ellipsis;
106
+ flex: 1 1 150px;
107
+ font-weight: 400;
108
+ }
109
110
111
.parameter__type
@@ -735,7 +744,7 @@
735
744
display: flex;
736
745
align-items: flex-end;
737
746
738
- > label
747
+ > label
739
748
{
740
749
font-size: 12px;
741
750
font-weight: bold;
0 commit comments