Use line clamp to restrict to 5 lines & move the remove button to the same height as the org name
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<small class="user-organisation-description">{{organisation.description}}</small>
|
||||
</div>
|
||||
{% if hasRole('site-admin') or hasRole('organisations-admin') -%}
|
||||
<div class="col-xs-3">
|
||||
<div class="col-xs-3" style="margin-top: -5px;">
|
||||
<button type="button" data-slug="{{organisation.slug}}" data-user_name="{{user.user_name}}" class="btn btn-danger js-member-remove margin-r-5" style="min-width: 70px">{{translate("REMOVE")}}</button>
|
||||
</div>
|
||||
{% endif -%}
|
||||
@@ -91,7 +91,7 @@
|
||||
<small class="user-organisation-description">{{organisation.description}}</small>
|
||||
</div>
|
||||
{% if hasRole('site-admin') or hasRole('organisations-admin') -%}
|
||||
<div class="col-xs-3">
|
||||
<div class="col-xs-3" style="margin-top: -5px;">
|
||||
<button type="button" data-slug="{{organisation.slug}}" data-user_name="{{user.user_name}}" class="btn btn-danger js-member-remove margin-r-5" style="min-width: 70px">{{translate("REMOVE")}}</button>
|
||||
</div>
|
||||
{% endif -%}
|
||||
|
||||
Reference in New Issue
Block a user