Archived
fix textareas
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/* CSS for Phones only */
|
||||
@media only screen
|
||||
and (max-width: 700px)
|
||||
@media only screen and (max-width: 700px)
|
||||
{
|
||||
|
||||
th, td {
|
||||
|
||||
@@ -459,17 +459,9 @@ textarea {
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
&.full-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.vertical {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
&.horizontal {
|
||||
resize: horizontal;
|
||||
}
|
||||
}
|
||||
|
||||
tr.spacer {
|
||||
|
||||
Reference in New Issue
Block a user