mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
add container fluid so nav config looks ok on mobile
This commit is contained in:
parent
51c331f236
commit
85445fa587
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="config" ng-show="configTemplate">
|
||||
<form role="form" class="navbar-form" ng-submit="configSubmit()">
|
||||
<form role="form" class="container-fluid" ng-submit="configSubmit()">
|
||||
<div ng-include="configTemplate" />
|
||||
</form>
|
||||
<div class="config-close remove" ng-click="close()">
|
||||
|
|
|
@ -6981,8 +6981,8 @@ body div.content {
|
|||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
.config .config-container {
|
||||
padding: 10px 15px;
|
||||
.config .container-fluid {
|
||||
padding: 10px 10px;
|
||||
}
|
||||
.config .config-close {
|
||||
width: 100%;
|
||||
|
|
|
@ -49,8 +49,8 @@ body div.content {
|
|||
.navbar-static-top;
|
||||
}
|
||||
|
||||
.config .config-container {
|
||||
padding: 10px 15px;
|
||||
.config .container-fluid {
|
||||
padding: 10px 10px;
|
||||
}
|
||||
|
||||
.config .config-close {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue