mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Create visual separation between tabs and table, and add a border.
This commit is contained in:
parent
fd29dbb445
commit
94ea28559c
2 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
<!-- ControlledTable -->
|
||||
<div
|
||||
class="kuiViewContentItem kuiControlledTable"
|
||||
class="kuiViewContentItem kuiControlledTable kuiVerticalRhythm"
|
||||
ng-repeat="service in services track by $index"
|
||||
ng-show="state.tab === service.title"
|
||||
>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.kuiTabs {
|
||||
display: flex;
|
||||
border-bottom: $tableBorder;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue