fix(workbench): center progress expense type
This commit is contained in:
@@ -528,8 +528,10 @@
|
||||
.progress-type {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
justify-items: start;
|
||||
justify-self: stretch;
|
||||
justify-items: center;
|
||||
gap: 3px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.progress-type small {
|
||||
@@ -544,6 +546,7 @@
|
||||
overflow: hidden;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 22px;
|
||||
padding: 0 8px;
|
||||
border: 1px solid rgba(var(--theme-primary-rgb, 58, 124, 165), 0.18);
|
||||
|
||||
Reference in New Issue
Block a user