Skip to content

Commit 75b5fcb

Browse files
committed
fine tune
1 parent 99924e1 commit 75b5fcb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

web_src/css/modules/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
.ui.icon.buttons .button,
154154
.ui.icon.button:not(.compact) {
155-
padding: 0.57em 1.07em 0.57em 0.57em;
155+
padding: 0.57em;
156156
}
157157
.ui.icon.buttons .button > .icon,
158158
.ui.icon.button > .icon {

web_src/css/repo/clone.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
/* only used by "repo/empty.tmpl" */
22
.clone-buttons-combo {
33
display: flex;
4-
align-items: center;
4+
align-items: stretch;
55
flex: 1;
66
}
77

88
.clone-buttons-combo input {
99
border-left: none !important;
1010
border-radius: 0 !important;
11-
height: 30px;
1211
}
1312

1413
/* used by the clone-panel popup */

0 commit comments

Comments
 (0)