skyline/src/components/FormItem/InstanceVolume/index.less
Jingwei.Zhang ce0042945f refactor: Update style
1. Support style check: stylelint
2. Add stylelint check in lint-staged husky
2. Update styles

Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
2022-03-02 11:04:01 +08:00

19 lines
204 B
Plaintext

.instance-volume {
display: block;
margin-bottom: 8px;
}
.label {
max-width: 20%;
margin-right: 10px;
}
.select {
max-width: 80%;
}
.size-label {
margin-right: 40px;
margin-left: 10px;
}