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) {
|
@media screen and (max-width: 768px) {
|
||||||
.sm-column {
|
.sm-column {
|
||||||
flex-basis: auto !important;
|
flex-basis: auto !important;
|
||||||
|
|||||||
@@ -282,6 +282,10 @@ const handleMediaSelect = async (event) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.sm-column .sm-input-group {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.sm-input-group {
|
.sm-input-group {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user