Skip to content

Commit

Permalink
Added list options alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
NandiniAV committed May 17, 2024
1 parent 448532e commit bc0d75a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
</div>

<div class="flex flex-row margin-top-m">
<div class="md:w-1/2" *ngIf="!isMdoAdmin">
<div class="md:w-1/1" *ngIf="!isMdoAdmin">
<label for="roles" class="margin-remove-bottom form-label required" i18n-aria-label
aria-label="Roles label" i18n="Role label|Label which explains the user to select the roles">
Role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ label {
margin-right: 12px;
height: auto;
padding: 0.7em 0;
display: ruby;
height: 50px;
}

.mat-form-field-disabled .mat-form-field-outline {
Expand Down

0 comments on commit bc0d75a

Please sign in to comment.