feat: sync rule management and review ui fixes
This commit is contained in:
@@ -184,7 +184,10 @@
|
||||
}
|
||||
|
||||
.rules-test-page .rules-test-table td {
|
||||
padding-top: 18px;
|
||||
padding-bottom: 18px;
|
||||
padding-right: 12px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.rules-test-page .rules-test-table td:nth-child(2),
|
||||
@@ -213,7 +216,9 @@
|
||||
.rules-test-page .rule-name {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
gap: 6px;
|
||||
min-height: 54px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.rules-test-page .rule-name strong {
|
||||
@@ -230,7 +235,9 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 4px;
|
||||
gap: 6px;
|
||||
min-height: 54px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.rules-test-page .rule-check-type span:last-child {
|
||||
|
||||
Reference in New Issue
Block a user