# HG changeset patch # User domruf # Date 2018-01-29 19:38:57 # Node ID 50d3699f1af0c4f15d4383eca9b450374e495d44 # Parent bf11fd471e5a589077aad8e7425a0c5ec346e2a1 less: remove duplicate style entry The same change had been applied twice, both in ddba357cb1e3 and eee7674cef41. 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;