Add fullWidth option
This commit is contained in:
@ -15,6 +15,15 @@ class TpSettingsGridLine extends LitElement {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
:host([fullWidth]) {
|
||||
grid-column: 1 / -1;
|
||||
display: block;
|
||||
}
|
||||
|
||||
:host([fullWidth]) .label {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
:host([labelTop]) .label {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
Reference in New Issue
Block a user