Add a new modifier class for disabling resizability of a textarea (#1045)

This commit is contained in:
Andrzej Kupczyk 2017-08-08 21:33:57 +02:00 committed by Jeremy Thomas
parent 459341ff8f
commit 975766f17f

View File

@ -98,6 +98,9 @@ $help-size: $size-small !default
min-height: 120px
&[rows]
height: unset
// Modifiers
&.has-fixed-size
resize: none
.checkbox,
.radio