Skip to content

Commit

Permalink
fix: fixing button style at register seedlot page (#782)
Browse files Browse the repository at this point in the history
* fix: fixing button style at register seedlot page

* fix: nowrap at submit button

---------

Co-authored-by: mgaseta <[email protected]>
  • Loading branch information
ArthurEncr and mgaseta authored Jan 26, 2024
1 parent 29dc617 commit e6d9d5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/views/Seedlot/CreateAClass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
}

.submit-button {
width: 100%;
.submit-button {
width: 100%;
white-space: nowrap;
}
}

0 comments on commit e6d9d5a

Please sign in to comment.