mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add a new modifier class for disabling resizability of a textarea (#1045)
This commit is contained in:
parent
459341ff8f
commit
975766f17f
@ -98,6 +98,9 @@ $help-size: $size-small !default
|
|||||||
min-height: 120px
|
min-height: 120px
|
||||||
&[rows]
|
&[rows]
|
||||||
height: unset
|
height: unset
|
||||||
|
// Modifiers
|
||||||
|
&.has-fixed-size
|
||||||
|
resize: none
|
||||||
|
|
||||||
.checkbox,
|
.checkbox,
|
||||||
.radio
|
.radio
|
||||||
|
Loading…
Reference in New Issue
Block a user