Skip to content

Commit

Permalink
fix: buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed May 4, 2024
1 parent b77d27e commit edc1261
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1 i18n="@@imagequeryHeading">Image description</h1>
<input matInput placeholder="query">
</mat-form-field>
}
<div>
<div class="button-container">
<button mat-button (click)="cancel()" i18n="@@cancel">Cancel</button>
<button
mat-flat-button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
*/
.example-full-width {
width: 100%;
}
}

.button-container {
display: flex;
}

0 comments on commit edc1261

Please sign in to comment.