We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99924e1 commit 75b5fcbCopy full SHA for 75b5fcb
web_src/css/modules/button.css
@@ -152,7 +152,7 @@
152
153
.ui.icon.buttons .button,
154
.ui.icon.button:not(.compact) {
155
- padding: 0.57em 1.07em 0.57em 0.57em;
+ padding: 0.57em;
156
}
157
.ui.icon.buttons .button > .icon,
158
.ui.icon.button > .icon {
web_src/css/repo/clone.css
@@ -1,14 +1,13 @@
1
/* only used by "repo/empty.tmpl" */
2
.clone-buttons-combo {
3
display: flex;
4
- align-items: center;
+ align-items: stretch;
5
flex: 1;
6
7
8
.clone-buttons-combo input {
9
border-left: none !important;
10
border-radius: 0 !important;
11
- height: 30px;
12
13
14
/* used by the clone-panel popup */
0 commit comments