# HG changeset patch # User domruf # Date 2017-10-28 21:48:45 # Node ID 5ec18fe629a5055474244ca74ffe2463beec4486 # Parent fd22ce18d312cc24ec11dc8d576a17a8c5cd8bbd less: remove unnecessary textarea style - bootstrap already sets width and box-sizing diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2130,7 +2130,3 @@ body table.dataTable thead .sorting_desc #content div.panel .changelog-panel > ul.pagination { margin-left: 100px; } -textarea.commit-message { - width: 100% !important; - box-sizing: border-box; -} diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -1559,7 +1559,3 @@ body table.dataTable thead .sorting_desc #content div.panel .changelog-panel > ul.pagination { margin-left: 100px; } -textarea.commit-message { - width: 100% !important; - box-sizing: border-box; -}