Full width for LOS search user
Puts the List-Of-Speakers search user section to full width
This commit is contained in:
parent
fe71322199
commit
bf0eadebb7
@ -133,7 +133,7 @@
|
||||
<!-- Search for speakers -->
|
||||
<div *osPerms="'agenda.can_manage_list_of_speakers'">
|
||||
<form *ngIf="filteredUsers && filteredUsers.value.length > 0" [formGroup]="addSpeakerForm">
|
||||
<mat-form-field>
|
||||
<mat-form-field class="search-users-field">
|
||||
<os-search-value-selector
|
||||
class="search-users"
|
||||
formControlName="user_id"
|
||||
|
@ -105,6 +105,8 @@ form {
|
||||
padding: 15px 25px 10px 25px;
|
||||
width: auto;
|
||||
|
||||
.search-users-field {
|
||||
width: 100%;
|
||||
.search-users {
|
||||
display: grid;
|
||||
.mat-form-field {
|
||||
@ -112,6 +114,7 @@ form {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.add-self-buttons {
|
||||
padding: 15px 0 20px 25px;
|
||||
|
Loading…
Reference in New Issue
Block a user