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