Skip to content

Commit

Permalink
CSS chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
NKOKKILIGADDA87 committed Jul 4, 2024
1 parent 3259302 commit 8d475f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h4>{{ currentLanguageSet?.common?.scheduler }}</h4>
<div class="container-fluid" *ngIf="scheduledData === null">
<form [formGroup]="schedulerForm">
<div class="row m-t-10">
<div class="col-xs-12 box">
<div class="col-xs-6 box">
<label class="control-label" for="allocationStatus"
>{{ currentLanguageSet?.common?.allocation }}*</label
>
Expand All @@ -94,7 +94,7 @@ <h4>{{ currentLanguageSet?.common?.scheduler }}</h4>
}}</mat-radio-button>
</mat-radio-group>
</div>
<div class="col-xs-12 box">
<div class="col-xs-6 box">
<mat-form-field
class="fieldAlignment fontStyle"
style="margin-top: 10px"
Expand All @@ -120,7 +120,7 @@ <h4>{{ currentLanguageSet?.common?.scheduler }}</h4>
<mat-datepicker #schedulerDatePicker></mat-datepicker>
</mat-form-field>
</div>
<div class="col-xs-12 box" style="margin-top: 23px">
<div class="col-xs-12 box" style="margin-top: 15px">
<mat-form-field style="width: 60%">
<mat-label>{{
currentLanguageSet?.common?.specialization
Expand Down Expand Up @@ -188,7 +188,7 @@ <h4>{{ currentLanguageSet?.common?.scheduler }}</h4>
</div>
</div>

<div class="row m-t-10 m-b-20">
<div class="row" style="padding-bottom: 30px">
<div class="col-xs-12" *ngIf="selectedSlot && selectedSlot !== null">
<button
mat-raised-button
Expand Down
4 changes: 4 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -739,3 +739,7 @@ control.mat-mdc-form-field-input-control {
border-bottom: 2px solid #ddd !important;
}

.mat-mdc-text-field-wrapper {
width: 100%;
padding-right: unset !important;
}

0 comments on commit 8d475f1

Please sign in to comment.