We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d98ed1 commit 16dfb7eCopy full SHA for 16dfb7e
src/definitions/elements/segment.less
@@ -761,11 +761,11 @@
761
.ui.tab.segment[class*="bottom attached"]:last-child {
762
margin-bottom: @verticalMargin;
763
}
764
- .ui[class*="left attached"].segment {
+ .ui.ui[class*="left attached"].segment {
765
border-left: none;
766
margin-left: 0;
767
768
- .ui[class*="right attached"].segment {
+ .ui.ui[class*="right attached"].segment {
769
border-right: none;
770
margin-right: 0;
771
src/definitions/modules/dropdown.less
@@ -427,9 +427,9 @@ select.ui.dropdown {
427
min-width: 0;
428
& > .menu {
429
width: auto;
430
- }
431
- &:not(.multiline) {
432
- width: max-content;
+ &:not(.multiline) {
+ width: max-content;
+ }
433
434
435
0 commit comments