mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
3b333fab7ae92e306ee10fc7a917ff76fe6b035d
parent
0fb63ea022e4b21b4e5b465ca1017851c276b1f7
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-10-24 09:04
Allow vertical resizing on multi-selects

Diffstat

M sass/base.scss 3 ++-

1 files changed, 2 insertions, 1 deletions


diff --git a/sass/base.scss b/sass/base.scss

@@ -115,7 +115,8 @@ td, th {
  115   115     vertical-align: top;
  116   116 }
  117   117 
  118    -1 textarea {
   -1   118 textarea,
   -1   119 select[multiple] {
  119   120     resize: vertical;
  120   121 }
  121   122