mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Set textarea height from rows attribute
This commit is contained in:
parent
e67470ae66
commit
0caf6d14d9
@ -1197,6 +1197,7 @@
|
||||
background-color: rgba(255, 221, 115, 0.1);
|
||||
padding: 0.3em 0 0 0.3em;
|
||||
border: none;
|
||||
height: auto;
|
||||
}
|
||||
/**
|
||||
* et2_taglist
|
||||
|
@ -1129,6 +1129,7 @@ textarea.description {
|
||||
background-color: @color_optional;
|
||||
padding: 0.3em 0 0 0.3em;
|
||||
border: none;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user