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 e313796 commit 6754fc4Copy full SHA for 6754fc4
src/stylus/components/_dividers.styl
@@ -8,20 +8,24 @@ theme(v-divider, "v-divider")
8
9
.v-divider
10
display: block
11
- flex: 1 1
12
- width: 100%
+ flex: 1 1 0px
+ max-width: 100%
13
+ height: 0px
14
+ max-height: 0px
15
border: solid
16
border-width: thin 0 0 0
17
18
&--inset:not(.v-divider--vertical)
19
margin-left: 72px
- width: calc(100% - 72px)
20
+ max-width: calc(100% - 72px)
21
22
&--vertical
- flex: 0 1 auto
23
+ width: 0px
24
+ max-width: 0px
25
height: 100%
26
+ max-height: 100%
27
28
border-width: 0 thin 0 0
29
30
&.v-divider--inset
- height: calc(100% - 16px)
31
+ max-height: calc(100% - 16px)
0 commit comments