Skip to content

Commit

Permalink
style(install): Improve formatting of buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen authored and castaway committed Apr 3, 2024
1 parent 3cd9bde commit 4318dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h3 class="noMessageSelectedNotification">No Message Selected</h3>
<ng-container *ngIf="!hasChildRouterOutlet">
<div id="offerLocalIndex" *ngIf="offerInitialLocalIndex; else searchBar">
<p>
Runbox 7 can synchronize with your browser to give you an optimal webmail experience. The data can be deleted at any time using the buttons beneath the folder list.
Runbox 7 will synchronize with your device to give you an optimal webmail experience. The data can be deleted at any time using the buttons beneath the folder list.
</p>
<mat-list>
<mat-list-item>
Expand Down
4 changes: 4 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,10 @@ app-saved-searches .mat-list-base[dense] .mat-list-item {
white-space: normal;
line-height: 1em;

mat-list-item {
flex-grow: 1;
}

button {
margin-right: 10px;
}
Expand Down

0 comments on commit 4318dde

Please sign in to comment.