Gitlab-PreProd

Skip to content
Snippets Groups Projects
Commit cef748a1 authored by Chris Cowan's avatar Chris Cowan
Browse files

Adding float:left to panels to fix a wrapping insue in Safari

parent f7f7b72d
Branches
Tags
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
ng-cloak ng-hide="panel.hide" ng-cloak ng-hide="panel.hide"
kibana-panel type='panel.type' resizable kibana-panel type='panel.type' resizable
class="panel nospace" ng-class="{'dragInProgress':dashboard.panelDragging}" class="panel nospace" ng-class="{'dragInProgress':dashboard.panelDragging}"
style="position:relative" ng-style="{'width':!panel.span?'100%':((panel.span/1.2)*10)+'%'}" style="position:relative; float: left" ng-style="{'width':!panel.span?'100%':((panel.span/1.2)*10)+'%'}"
data-drop="true" ng-model="row.panels" data-jqyoui-options data-drop="true" ng-model="row.panels" data-jqyoui-options
jqyoui-droppable="{index:$index,mutate:false,onDrop:'panelMoveDrop',onOver:'panelMoveOver(true)',onOut:'panelMoveOut'}"> jqyoui-droppable="{index:$index,mutate:false,onDrop:'panelMoveDrop',onOver:'panelMoveOver(true)',onOut:'panelMoveOut'}">
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment