mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): ensure there's bottom margin on swimlane
This commit is contained in:
committed by
Łukasz Mierzwa
parent
2b8ed39964
commit
a178511bb4
@@ -20,7 +20,7 @@ const Swimlane: FC<{
|
||||
onToggle: (event: MouseEvent) => void;
|
||||
}> = ({ alertStore, settingsStore, grid, isExpanded, onToggle }) => {
|
||||
return (
|
||||
<h5 className="components-grid-swimlane d-flex flex-row justify-content-between rounded px-2 py-1 mt-2 mb-0 border border-dark">
|
||||
<h5 className="components-grid-swimlane d-flex flex-row justify-content-between rounded px-2 py-1 my-1 border border-dark">
|
||||
<span className="flex-shrink-0 flex-grow-0">
|
||||
<span className="badge components-label px-0 ml-1 mr-3">
|
||||
<FontAwesomeIcon icon={faTh} className="text-muted" />
|
||||
|
||||
Reference in New Issue
Block a user