mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Correct spacing Text input Comments
The spacing on the left is always specified with padding: 10px 10px; in the other editors. The text input does not look so nice at the moment.
This commit is contained in:
parent
cf0302b3c1
commit
6bb683e794
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
|||
min-height: 150px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
background: white;
|
||||
padding: 2px 2px;
|
||||
padding: 10px 10px;
|
||||
}
|
||||
.dropzone.dz-clickable {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue