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 @@ -159,13 +159,6 @@ table.dataTable { } } -/* 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;