mirror of https://github.com/rancher/dashboard.git
Charts spacings adjusted
This commit is contained in:
parent
0419eae02d
commit
bdc5036a8f
|
|
@ -307,8 +307,6 @@ export default {
|
|||
}
|
||||
|
||||
.details {
|
||||
padding: 5px;
|
||||
|
||||
.description {
|
||||
.count {
|
||||
font-size: 25px;
|
||||
|
|
|
|||
|
|
@ -807,7 +807,7 @@ export default {
|
|||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
gap: 16px;
|
||||
gap: 24px;
|
||||
|
||||
.spacer {
|
||||
border-left: 1px solid var(--border);
|
||||
|
|
|
|||
Loading…
Reference in New Issue