fix sm prefixes

This commit is contained in:
2023-02-22 20:22:29 +10:00
parent 4e40e8b1db
commit b538eb1929
5 changed files with 21 additions and 21 deletions

View File

@@ -272,6 +272,10 @@ const inline = computed(() => {
</script>
<style lang="scss">
.sm-column > .sm-input-group {
margin-bottom: 0;
}
.sm-input-group {
position: relative;
display: flex;