Commit 16942019 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix vertical align on group list

The setting icon on groups list is not vertically aligned. This merge
request is fixing that.
Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 2665e40c
......@@ -68,7 +68,7 @@ export default {
data-placement="bottom"
class="edit-group btn btn-xs no-expand"
>
<icon name="settings" class="position-top-0" />
<icon name="settings" class="position-top-0 align-middle" />
</a>
</div>
</template>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment