mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
Row: css fix for collapsed rows with empty title
This commit is contained in:
parent
7a4077405e
commit
01305462aa
@ -21,7 +21,7 @@
|
||||
<i bs-tooltip="'Expand row'" data-placement="right" class="icon-caret-left pointer" ></i>
|
||||
</span>
|
||||
</div>
|
||||
<span class="row-text pointer" ng-click="toggle_row(row)" ng-bind="row.title"></span>
|
||||
<div class="row-text pointer" ng-click="toggle_row(row)" ng-bind="row.title"></div>
|
||||
</div>
|
||||
<div class="row-open" ng-show="!row.collapse">
|
||||
<div class='row-tab bgSuccess dropdown' ng-show="row.editable">
|
||||
|
@ -181,6 +181,7 @@ form input.ng-invalid {
|
||||
font-size: 0.9em;
|
||||
text-align: center;
|
||||
line-height: 31px;
|
||||
height: 31px;
|
||||
}
|
||||
|
||||
.row-close {
|
||||
|
Loading…
Reference in New Issue
Block a user