mirror of
https://github.com/friendica/friendica
synced 2024-11-10 15:42:54 +00:00
Merge pull request #148 from simonlnu/master
fix the comment box being too wide and looking off-kilter
This commit is contained in:
commit
6aab641bfd
2 changed files with 2 additions and 2 deletions
|
@ -1258,7 +1258,7 @@ section {
|
|||
}
|
||||
[class^="comment-edit-text"] {
|
||||
margin: 5px 0 10px 20px;
|
||||
width: 86.5%;
|
||||
width: 84.5%;
|
||||
}
|
||||
.comment-edit-text-empty {
|
||||
height: 20px;
|
||||
|
|
|
@ -1256,7 +1256,7 @@ section {
|
|||
}
|
||||
[class^="comment-edit-text"] {
|
||||
margin: 5px 0 10px 20px;
|
||||
width: 86.5%;
|
||||
width: 84.5%;
|
||||
}
|
||||
.comment-edit-text-empty {
|
||||
height: 20px;
|
||||
|
|
Loading…
Reference in a new issue