Merge pull request #23 from Ontraport/ONTRAPAGEZ-1593
Added a max width to textareas
This commit is contained in:
commit
5292e619b6
@ -180,4 +180,12 @@ Container
|
||||
|
||||
.container.container {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
/* =====================================================================================================================
|
||||
Forms
|
||||
===================================================================================================================== */
|
||||
|
||||
textarea {
|
||||
max-width: 100%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user