mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixing css to nowrap value; removed duplication; removed comments (#14254)
This commit is contained in:
parent
c946a7a815
commit
42b2ce7c9d
1 changed files with 4 additions and 18 deletions
|
@ -8,38 +8,24 @@
|
|||
}
|
||||
|
||||
.rhythm_top_n__labels,
|
||||
.rhythm_top_n__values {
|
||||
// flex: 0 0 auto;
|
||||
.rhythm_top_n__value {
|
||||
text-align: right;
|
||||
}
|
||||
.rhythm_top_n__bars {
|
||||
// flex: 1 0 auto;
|
||||
white-space: nowrap;
|
||||
line-height: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.rhythm_top_n__label {
|
||||
// margin: 4px 10px 4px 0;
|
||||
color: @textColor;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
line-height: 0;
|
||||
padding: 4px 0;
|
||||
vertical-align: middle;
|
||||
// height: 18px;
|
||||
}
|
||||
|
||||
.rhythm_top_n__value {
|
||||
// margin: 4px 0 4px 10px;
|
||||
color: @valueColor;
|
||||
text-align: right;
|
||||
line-height: 0;
|
||||
padding: 4px 4px 4px 0;
|
||||
vertical-align: middle;
|
||||
// height: 18px;
|
||||
}
|
||||
|
||||
.rhythm_top_n__bar {
|
||||
// height: 16px;
|
||||
// margin: 4px 0;
|
||||
padding: 4px 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue