diff --git a/frontend-html/src/gui/Components/DataViewHeader/DataViewHeader.module.scss b/frontend-html/src/gui/Components/DataViewHeader/DataViewHeader.module.scss index 86c3924419..f7dae8d69f 100644 --- a/frontend-html/src/gui/Components/DataViewHeader/DataViewHeader.module.scss +++ b/frontend-html/src/gui/Components/DataViewHeader/DataViewHeader.module.scss @@ -21,8 +21,8 @@ along with ORIGAM. If not, see . @import "~@origam/styles/dist/styles/definitions"; .root { - min-height: 0px; - max-height: 0px; + min-height: 0; + max-height: 0; flex-shrink: 0; background: var(--background1); padding: 0 1em 0 2em; @@ -33,9 +33,6 @@ along with ORIGAM. If not, see . flex-wrap: nowrap; position: relative; width: 100%; - border-top: 1px solid var(--background4); - - border-style: solid; border-color: var(--background3) !important; border-width: 0 0 1px 0; @@ -70,10 +67,8 @@ along with ORIGAM. If not, see . font-weight: 700; margin: 0 1.5em 0 0; padding: 0; - //max-width: 50%; text-overflow: ellipsis; overflow: hidden; - text-overflow: ellipsis; word-wrap: normal; white-space: nowrap; }