mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
fix(ui): add border around grid swimlane
This commit is contained in:
@@ -161,7 +161,7 @@ const Grid = observer(
|
||||
return (
|
||||
<React.Fragment>
|
||||
{alertStore.data.grids.length > 1 && (
|
||||
<h5 className="components-grid-swimlane d-flex flex-row justify-content-between rounded px-2 py-1 mx-1 mt-2 mb-0">
|
||||
<h5 className="components-grid-swimlane d-flex flex-row justify-content-between rounded px-2 py-1 mt-2 mb-0 border border-dark">
|
||||
<span className="flex-shrink-0 flex-grow-0 ml-0 mr-2">
|
||||
<FilteringCounterBadge
|
||||
name="@state"
|
||||
|
||||
@@ -9,4 +9,6 @@
|
||||
|
||||
.components-grid-swimlane {
|
||||
background-color: $grid-swimlane-bg;
|
||||
margin-left: 0.3rem;
|
||||
margin-right: 0.3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user