Add a button to refresh the input (#926)

* Add a button to refresh the input

* Align left of refresh button

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2022-12-28 21:02:03 +00:00
committed by Keavon Chambers
parent af7779769a
commit dbd6a032f7
3 changed files with 17 additions and 1 deletions

View File

@@ -95,6 +95,10 @@
margin-bottom: calc(4px - 1px);
}
> .text-button:first-child {
margin-left: 16px;
}
> .text-label:first-of-type {
flex: 0 0 25%;
margin-left: 16px;