Skip to content

Commit

Permalink
style(Compose): Fix card and field widths.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed Apr 16, 2024
1 parent 846a4f4 commit c164b76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/compose/compose.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ $rmm-default-accent: mat-palette($mat-blue, 100, 50, 200);
font-size: 20px;
}

mat-form-field {
max-width: 100%;
}

.fieldRecipient {
display: flex;
overflow: hidden;
Expand All @@ -87,6 +91,10 @@ $rmm-default-accent: mat-palette($mat-blue, 100, 50, 200);
}
}

#fieldSubject {
width: 100%;
}

.draft-buttons {
display: flex;
align-items: center;
Expand Down
1 change: 1 addition & 0 deletions src/app/compose/draftdesk.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
left: 0px;
right: 0px;
padding: 0px;
width: 90%;
}

@media only screen and (max-width: 768px) {
Expand Down

0 comments on commit c164b76

Please sign in to comment.