Add padding-right to Dialogs
The "groups will be public" warning was apparently the first thing long enough to reach the right hand edge
This commit is contained in:
parent
fc87fd2bb4
commit
86226bc22d
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ textarea {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 58px;
|
padding-left: 58px;
|
||||||
|
padding-right: 58px;
|
||||||
padding-bottom: 36px;
|
padding-bottom: 36px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
max-width: 704px;
|
max-width: 704px;
|
||||||
|
|
Loading…
Reference in a new issue