fix(frontend): #11279 adjusted margin & padding

This commit is contained in:
Yangjin Cho 2023-07-18 15:03:14 +09:00
parent e410b8a03b
commit e82a2d482a

View file

@ -907,6 +907,7 @@ defineExpose({
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
gap: 4px; gap: 4px;
margin-bottom: -10px;
} }
.headerLeft { .headerLeft {
@ -1024,7 +1025,7 @@ defineExpose({
} }
.targetNote { .targetNote {
padding: 0 20px 16px 20px; padding: 10px 20px 16px 20px;
} }
.withQuote { .withQuote {