Skip to content

Commit 6bb936e

Browse files
committed
fix add host form css
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent eafe9f1 commit 6bb936e

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

ui/src/views/infra/HostAdd.vue

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -542,22 +542,10 @@ export default {
542542
</script>
543543
544544
<style lang="scss">
545-
.form {
546-
&__label {
547-
margin-bottom: 5px;
548-
549-
.required {
550-
margin-left: 10px;
551-
}
552-
}
553-
&__item {
554-
margin-bottom: 20px;
555-
}
556-
.ant-select {
557-
width: 85vw;
558-
@media (min-width: 760px) {
559-
width: 500px;
560-
}
545+
.form-layout {
546+
width: 60vw;
547+
@media (min-width: 600px) {
548+
width: 550px;
561549
}
562550
}
563551

0 commit comments

Comments
 (0)