mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
center the text in the advanced app
This commit is contained in:
parent
88b5e80171
commit
c125737154
1 changed files with 8 additions and 0 deletions
|
@ -48,6 +48,14 @@ kbn-settings-objects {
|
|||
|
||||
}
|
||||
|
||||
kbn-settings-advanced {
|
||||
// super specific rule to override bootstrap's equally specific rule
|
||||
// https://github.com/twbs/bootstrap/blob/1f329f8f17aa989eabc6e94bdcab93e69ef0e463/less/tables.less#L35
|
||||
.table > tbody > tr > td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
kbn-settings-objects-view {
|
||||
label {
|
||||
font-family: @font-family-monospace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue