Ensure textareas don't overflow horizontally on resize
This commit is contained in:
@@ -269,6 +269,10 @@ h1, h2, h3 {
|
||||
left: -999em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
// ----------------------------
|
||||
// Apps view
|
||||
// ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user