Tangjinxia
4 years ago
2 changed files with 4 additions and 3 deletions
@ -1,13 +1,14 @@ |
|||||||
@maxHeight: 600px; |
@maxHeight: 500px; |
||||||
|
|
||||||
.bi-popover { |
.bi-popover { |
||||||
|
|
||||||
.dynamic-height-limit-layout-small { |
.dynamic-height-limit-layout-small { |
||||||
min-height: 200px; |
min-height: 200px; |
||||||
max-height: @maxHeight; |
max-height: @maxHeight; |
||||||
} |
} |
||||||
|
|
||||||
.dynamic-height-limit-layout-big, .dynamic-height-limit-layout-default { |
.dynamic-height-limit-layout-big, .dynamic-height-limit-layout-default { |
||||||
min-height: 500px; |
min-height: 400px; |
||||||
max-height: @maxHeight; |
max-height: @maxHeight; |
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue