Commit 51752a0c21c75338c4fd4eb49afda06766278f68
1 parent
80de1b98
123
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1793,11 +1793,10 @@ p.right{text-align: right;} |
1793 | 1793 | } |
1794 | 1794 | .add_comment{ |
1795 | 1795 | position: relative; |
1796 | - display: inline-block; | |
1797 | 1796 | width: 100%; |
1798 | 1797 | max-width: 705px; |
1799 | 1798 | display: none; |
1800 | - margin-top: 40px!important; | |
1799 | + margin: 40px auto!important; | |
1801 | 1800 | } |
1802 | 1801 | .form-comm-wr { |
1803 | 1802 | width: 100%; | ... | ... |