Skip to content

Commit

Permalink
increase spacings in form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber committed Mar 6, 2024
1 parent f94be68 commit d7e48a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export class SettingsRow extends LitElement {
}
.info {
flex: 1 0 60px;
margin-bottom: 4px;
}
:host([large]) .info,
:host([narrow]) .info {
Expand All @@ -89,6 +90,7 @@ export class SettingsRow extends LitElement {
}
.secondary {
color: var(--secondary-text-color);
margin-top: 4px;
}
:host(:not([large]):not([narrow])):not([dialog])) ::slotted(*) {
max-width: 66%;
Expand Down

0 comments on commit d7e48a3

Please sign in to comment.