Skip to content

Commit

Permalink
CRISTAL-423: Odd alignment of the border on AttachmentUploadForm comp…
Browse files Browse the repository at this point in the history
…onent (#593)

* Fixed styles for Shoelace
  • Loading branch information
tkrieck authored Jan 20, 2025
1 parent 18ea602 commit 90de6ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ds/shoelace/src/vue/form/x-file-input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ is not supported by shoelace currently.
</template>

<style scoped>
.input {
display: flex;
align-items: center;
padding: var(--cr-spacing-small);
}

.input--medium {
border-radius: var(--sl-input-border-radius-medium);
font-size: var(--sl-input-font-size-medium);
Expand Down

0 comments on commit 90de6ee

Please sign in to comment.