Skip to content

Commit f77551d

Browse files
committed
web: FixA
1 parent 16d0403 commit f77551d

File tree

1 file changed

+7
-3
lines changed
  • web/renderer/components/pageComponents/DatabasePage/ForPulls/PullActions/Merge/ResolveModal

1 file changed

+7
-3
lines changed

web/renderer/components/pageComponents/DatabasePage/ForPulls/PullActions/Merge/ResolveModal/index.module.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
@apply text-primary;
33

44
p {
5-
@apply my-3;
5+
@apply mb-3;
66
}
77

88
h3 {
99
@apply my-0;
1010
}
11+
12+
ul {
13+
@apply border-b mb-6 pb-4;
14+
}
1115
}
1216

1317
.selectAllButtons {
14-
@apply mb-3 mt-4;
18+
@apply mb-4 mt-6;
1519

1620
button {
1721
@apply px-0 mr-6 text-base;
@@ -35,5 +39,5 @@
3539
}
3640

3741
.radio {
38-
@apply mr-8;
42+
@apply mr-8 mb-2;
3943
}

0 commit comments

Comments
 (0)