You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
295 B
11 lines
295 B
@import "variables.less"; |
|
@import "../common/ScrollablePane.less"; |
|
|
|
.mblScrollableView:not(.mblView) { |
|
padding: 0px; |
|
} |
|
|
|
.mblView.mblScrollableView .mblScrollableViewContainer { |
|
min-width: calc(~'100% - @{default-padding-left} - @{default-padding-right}') !important; |
|
width: auto !important; |
|
} |