Commit 600ad88597431b3aa8baca34c891734a823d9194

Authored by Eugeny Galkovskiy
1 parent de87626c

123

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -1911,7 +1911,10 @@ p.right{text-align: right;}
1911 1911 .artbox_item_container:last-child .comments-wr{
1912 1912 border-bottom: 1px solid #d9d9d9;
1913 1913 }
1914   -.comments-start{width:100%!important;;}
  1914 +.comments-start{width:100%!important;}
  1915 +.submit_btn button, .answer-form button{
  1916 + height:inherit;
  1917 +}
1915 1918 /**/
1916 1919 @media (min-width: 1200px){
1917 1920 .nav_up{
... ...