diff client/src/components/ui/UIBoxHeader.vue @ 3026:619f03a0062a

client: adjusted box control's style
author Markus Kottlaender <markus@intevation.de>
date Fri, 12 Apr 2019 11:49:08 +0200
parents b7cfbb21f252
children fc008b32c593
line wrap: on
line diff
--- a/client/src/components/ui/UIBoxHeader.vue	Fri Apr 12 11:48:55 2019 +0200
+++ b/client/src/components/ui/UIBoxHeader.vue	Fri Apr 12 11:49:08 2019 +0200
@@ -9,7 +9,7 @@
       />
       {{ title }}
     </span>
-    <div>
+    <div class="d-flex flex-row">
       <span
         class="box-control"
         v-for="(action, index) in actions"