File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 38
38
</select >
39
39
</div >
40
40
</div >
41
- <div class =" trust-section split-column" >
41
+ <div class =" trust-section split-column align-bottom " >
42
42
<div >
43
43
<label v-if =" !admin" for =" maxdepth" >Trust Depth (max 4): </label >
44
44
<input v-if =" !admin" id =" maxdepth" name =" maxdepth" placeholder =" Trust Depth (max 4)" type =" number" min =" 0" max =" 4" v-model =" maxDepth" />
@@ -142,7 +142,7 @@ export default {
142
142
</script >
143
143
144
144
<style scoped lang="scss">
145
- .trust-section { margin-bottom : .5 rem ; }
145
+ .trust-section { margin-bottom : 1 rem ; }
146
146
.split-column {
147
147
display : grid ;
148
148
grid-template-columns : 1fr 1fr ;
@@ -155,4 +155,12 @@ export default {
155
155
.trust-button {
156
156
margin-top : 1rem ;
157
157
}
158
+ .align-bottom {
159
+ align-items : flex-end ;
160
+ justify-content : flex-end ;
161
+ input {
162
+ margin-bottom : 0 ;
163
+ }
164
+ }
165
+ .trust-select { margin-bottom : 0 ; }
158
166
</style >
You can’t perform that action at this time.
0 commit comments