fix the margin bottom for container > input-group

This commit is contained in:
2023-02-28 08:42:55 +10:00
parent d399427d7f
commit 3f9e40dbc8
2 changed files with 4 additions and 5 deletions

View File

@@ -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;

View File

@@ -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;