Merge pull request #20549 from shariquerik/align-chart-link-card
This commit is contained in:
commit
d35e486124
1 changed files with 5 additions and 3 deletions
|
|
@ -208,7 +208,6 @@ body {
|
|||
// Overrides for each widgets
|
||||
&.dashboard-widget-box {
|
||||
min-height: 240px;
|
||||
padding: var(--padding-md) var(--padding-lg);
|
||||
|
||||
.filter-chart {
|
||||
background-color: var(--control-bg);
|
||||
|
|
@ -238,13 +237,16 @@ body {
|
|||
}
|
||||
|
||||
.widget-head {
|
||||
padding: var(--padding-sm);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.widget-body {
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
.widget-control {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -560,7 +562,7 @@ body {
|
|||
}
|
||||
|
||||
&.links-widget-box {
|
||||
padding: 18px 12px;
|
||||
padding: 12px 7px;
|
||||
|
||||
.link-item {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue