Fix empty repo clone panel border (#34219) (#34220)
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled

Backport #34219 by kerwin612

Co-authored-by: Kerwin Bryant <kerwin612@qq.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Giteabot
2025-04-16 15:46:33 +08:00
committed by GitHub
parent ed0e8865f3
commit 6e4e3ca012

View File

@@ -5,9 +5,12 @@
flex: 1;
}
.clone-buttons-combo input {
border-left: none !important;
border-radius: 0 !important;
.clone-buttons-combo > .ui.button:not(:last-child) {
border-right: none;
}
.ui.action.input.clone-buttons-combo input {
border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
height: 30px;
}