fix the margin bottom for container > input-group
This commit is contained in:
@@ -44,11 +44,6 @@ if (props.width != "") {
|
||||
}
|
||||
}
|
||||
|
||||
.sm-dialog .sm-column {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.sm-column {
|
||||
flex-basis: auto !important;
|
||||
|
||||
@@ -282,6 +282,10 @@ const handleMediaSelect = async (event) => {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.sm-column .sm-input-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sm-input-group {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user