Fix in forms
This commit is contained in:
parent
272dc38a1d
commit
687f2c24c9
2 changed files with 9 additions and 1 deletions
|
|
@ -795,6 +795,12 @@ a.form_button_tab:hover
|
|||
|
||||
}
|
||||
|
||||
.little_textarea {
|
||||
|
||||
height: 50px !important;
|
||||
|
||||
}
|
||||
|
||||
/* Media queries */
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue