Make use of flexbox

This commit is contained in:
George Drummond
2019-04-17 14:51:01 -04:00
parent e1cca58062
commit e3cb30d35f
3 changed files with 10 additions and 5 deletions

View File

@@ -12,7 +12,9 @@
<li is="toggler" class="accordion-table__item">
<template slot-scope="props">
<div class="accordion-table__item-content">
<span v-on:click="props.toggle">{{ item_name }}</span>
<span v-on:click="props.toggle">
{{ item_name }}
</span>
<template v-if="props.isVisible">
{{

View File

@@ -59,6 +59,7 @@
{{ "portfolios.applications.team_settings.section.table.team_management" | translate }}
</span>
</span>
<span class="icon-link" />
</div>
<ul class="accordion-table__items">
{% for member in application.members %}