mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ui): remove padding from the spinner
When filter is not yet applied we draw a spinner icon that uses badge class on the parent element, remove padding from parent so we don't end up resizing parent
This commit is contained in:
@@ -76,7 +76,7 @@ const FilterInputLabel = observer(
|
||||
</span>
|
||||
) : null
|
||||
) : (
|
||||
<span className="badge mr-1">
|
||||
<span className="badge mr-1 p-0">
|
||||
<FontAwesomeIcon icon={faSpinner} spin />
|
||||
</span>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user