Style the panel title actions container for button alignment
This commit is contained in:
@@ -137,6 +137,13 @@ body {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.panel-title-actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 8px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.table {
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr;
|
||||
|
||||
Reference in New Issue
Block a user