File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 121
121
& tag-closable {
122
122
position : relative ;
123
123
124
+ & .#{$css-prefix } tag-large > .#{$css-prefix } tag-body {
125
+ max-width : calc (100% - #{$tag-size-l-height } );
126
+ }
127
+
128
+ & .#{$css-prefix } tag-medium > .#{$css-prefix } tag-body {
129
+ max-width : calc (100% - #{$tag-size-m-height } );
130
+ }
131
+
132
+ & .#{$css-prefix } tag-small > .#{$css-prefix } tag-body {
133
+ max-width : calc (100% - #{$tag-size-s-height } );
134
+ }
135
+
124
136
> .#{$css-prefix } tag-close-btn {
125
137
display : inline-block ;
126
138
vertical-align : middle ;
Original file line number Diff line number Diff line change 20
20
line-height : $height - $borderWidth * 2 ;
21
21
font-size : 0 ;
22
22
23
- $_marginLeft : $height / 4 - 1 px ;
23
+ $_marginLeft : $iconSize ;
24
24
25
25
> .#{$css-prefix } tag-body {
26
26
font-size : $fontSize ;
You can’t perform that action at this time.
0 commit comments