[Common] doc caption is centered in header

This commit is contained in:
Maxim Kadushkin 2017-07-13 12:26:44 +03:00
parent d223649a8a
commit 530a7ef247
2 changed files with 3 additions and 2 deletions

View file

@ -51,6 +51,7 @@
} }
&.right { &.right {
flex-grow: 1;
min-width: 100px; min-width: 100px;
padding-right: 12px; padding-right: 12px;
@ -82,7 +83,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
min-width: 50px; min-width: 50px;
text-align: right; text-align: center;
} }
#rib-save-status { #rib-save-status {

View file

@ -52,7 +52,7 @@
} }
.tabs { .tabs {
flex-grow: 1; //flex-grow: 1;
background-color: @tabs-bg-color; background-color: @tabs-bg-color;
position: relative; position: relative;
overflow: hidden; overflow: hidden;