mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Add logical properties
This commit is contained in:
@@ -38,7 +38,7 @@ $dropdown-divider-background-color: $border-light !default
|
||||
|
||||
.dropdown-menu
|
||||
display: none
|
||||
left: 0
|
||||
+inset-inline-start(0)
|
||||
min-width: $dropdown-menu-min-width
|
||||
padding-top: $dropdown-content-offset
|
||||
position: absolute
|
||||
@@ -62,8 +62,8 @@ $dropdown-divider-background-color: $border-light !default
|
||||
|
||||
a.dropdown-item,
|
||||
button.dropdown-item
|
||||
padding-right: 3rem
|
||||
text-align: left
|
||||
padding-inline-end: 3rem
|
||||
text-align: inherit
|
||||
white-space: nowrap
|
||||
width: 100%
|
||||
&:hover
|
||||
|
||||
Reference in New Issue
Block a user