[Common] doc caption is centered in header
This commit is contained in:
parent
d223649a8a
commit
530a7ef247
|
@ -51,6 +51,7 @@
|
|||
}
|
||||
|
||||
&.right {
|
||||
flex-grow: 1;
|
||||
min-width: 100px;
|
||||
padding-right: 12px;
|
||||
|
||||
|
@ -82,7 +83,7 @@
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
min-width: 50px;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#rib-save-status {
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
|
||||
.tabs {
|
||||
flex-grow: 1;
|
||||
//flex-grow: 1;
|
||||
background-color: @tabs-bg-color;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue