File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3030 - take Markdown rendering into account before testing the maximum preview length
3131- ` <NodeContent /> `
3232 - header-menu items are vertically centered now
33+ - ` <MultiSuggestField /> ` :
34+ - border of the BlueprintJS ` Tag ` elements were fixed
3335
3436### Changed
3537
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ $tag-round-adjustment: 0 !default;
3030@import " ~@blueprintjs/core/src/components/tag/tag" ;
3131
3232.#{$eccgui } -tag__item {
33- --eccgui-tag-border-width : 1px ;
34-
3533 flex-grow : 0 ;
3634 flex-shrink : 0 ;
3735 min-width : calc (#{$tag-height } - 2px );
@@ -141,6 +139,8 @@ $tag-round-adjustment: 0 !default;
141139}
142140
143141.#{$ns } -tag {
142+ --eccgui-tag-border-width : 1px ;
143+
144144 border-style : solid ;
145145 border-width : var (--eccgui-tag-border-width );
146146
You can’t perform that action at this time.
0 commit comments