Make use of flexbox
This commit is contained in:
parent
e1cca58062
commit
e3cb30d35f
@ -129,16 +129,18 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
width: 75%;
|
flex-grow: 3;
|
||||||
|
display: flex;
|
||||||
|
flex-basis: 0;
|
||||||
&.icon-link {
|
&.icon-link {
|
||||||
width: 25%;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
display: flex;
|
flex-grow: 1;
|
||||||
width: 25%;
|
flex-basis: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,9 @@
|
|||||||
<li is="toggler" class="accordion-table__item">
|
<li is="toggler" class="accordion-table__item">
|
||||||
<template slot-scope="props">
|
<template slot-scope="props">
|
||||||
<div class="accordion-table__item-content">
|
<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">
|
<template v-if="props.isVisible">
|
||||||
{{
|
{{
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
{{ "portfolios.applications.team_settings.section.table.team_management" | translate }}
|
{{ "portfolios.applications.team_settings.section.table.team_management" | translate }}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
<span class="icon-link" />
|
||||||
</div>
|
</div>
|
||||||
<ul class="accordion-table__items">
|
<ul class="accordion-table__items">
|
||||||
{% for member in application.members %}
|
{% for member in application.members %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user