Simon Hunt

Fix for ONOS-3428 - remove width constraint to intent view control buttons.

Change-Id: I7007d0a90e1a0a5a49aecd09c6058df6512e0e35
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
23 } 23 }
24 24
25 #ov-intent div.ctrl-btns { 25 #ov-intent div.ctrl-btns {
26 - width: 150px;
27 } 26 }
28 27
29 28
......