diff options
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index a5662bad..9371764c 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -47,17 +47,20 @@ margin-right: 20px; } -#toolbar__doc { +#rzdoc-bar { color: $light-grey; + position: relative; + overflow-x: auto; + margin-right: 20px; + min-width: 250px; +} + +#rzdoc-bar_doc-label { font-family: $semibold-font-family; font-size: $h3-size; font-weight: bold; } -#toolbar__doc_doc-title { - margin-right: 20px; -} - #logo-3rd-party__CRI { background-color: white; border-radius: 3px; |
