changeset 7154:50d3699f1af0

less: remove duplicate style entry The same change had been applied twice, both in ddba357cb1e3 and eee7674cef41.
author domruf <dominikruf@gmail.com>
date Mon, 29 Jan 2018 19:38:57 +0100
parents bf11fd471e5a
children ed7a0ddc601e
files kallithea/public/less/style.less
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/style.less	Tue Jan 23 22:32:46 2018 +0100
+++ b/kallithea/public/less/style.less	Mon Jan 29 19:38:57 2018 +0100
@@ -159,13 +159,6 @@
   }
 }
 
-/* every direct child of a main panel, that is not .panel-heading, should auto
- * overflow to prevent overflowing of elements like text boxes and tables */
-#main > .panel > :not(.panel-heading) {
-  overflow-x: auto;
-  min-height: 0.01%;
-}
-
 /* use pointer cursor for expand_commit */
 .expand_commit .icon-align-left {
   cursor: pointer;