Commit c0846b5b6ef0e1f716fdd834f449eaa3d7af66f6
1 parent
21d7a48d
123
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
@@ -1788,12 +1788,15 @@ p.right{text-align: right;} | @@ -1788,12 +1788,15 @@ p.right{text-align: right;} | ||
1788 | margin-top: -1px; | 1788 | margin-top: -1px; |
1789 | outline: none; | 1789 | outline: none; |
1790 | resize: none; | 1790 | resize: none; |
1791 | - padding: 14px; | 1791 | + padding: 14px 0px; |
1792 | letter-spacing: 0.5px; | 1792 | letter-spacing: 0.5px; |
1793 | box-shadow: none!important; | 1793 | box-shadow: none!important; |
1794 | border: 1px solid rgb(204, 204, 204)!important; | 1794 | border: 1px solid rgb(204, 204, 204)!important; |
1795 | width: 100%; | 1795 | width: 100%; |
1796 | } | 1796 | } |
1797 | +.form-comm-wr textarea{ | ||
1798 | + padding: 14px; | ||
1799 | +} | ||
1797 | .input_bl.submit_btn button { | 1800 | .input_bl.submit_btn button { |
1798 | border: 1px solid #9e9e9e; | 1801 | border: 1px solid #9e9e9e; |
1799 | background-color: #fff; | 1802 | background-color: #fff; |