mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): tweak grid icons margins
This commit is contained in:
committed by
Łukasz Mierzwa
parent
c397e60a32
commit
43b57769ff
@@ -191,7 +191,7 @@ const Grid = observer(
|
||||
className="flex-shrink-1 flex-grow-1"
|
||||
style={{ minWidth: "0px" }}
|
||||
>
|
||||
<span className="badge components-label px-0 ml-0 mr-3">
|
||||
<span className="badge components-label px-0 ml-1 mr-3">
|
||||
<FontAwesomeIcon icon={faTh} className="text-muted" />
|
||||
</span>
|
||||
{grid.labelName !== "" && grid.labelValue !== "" && (
|
||||
@@ -226,7 +226,7 @@ const Grid = observer(
|
||||
alertStore={alertStore}
|
||||
/>
|
||||
<span
|
||||
className="text-muted cursor-pointer badge px-0 components-label ml-2 mr-0"
|
||||
className="text-muted cursor-pointer badge px-0 components-label ml-2 mr-1"
|
||||
onClick={this.onCollapseClick}
|
||||
>
|
||||
<TooltipWrapper title="Click to toggle this grid details or Alt+Click to toggle all grids">
|
||||
|
||||
Reference in New Issue
Block a user