mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 20:01:57 -06:00
Fixed Status Bubble Vertical Alignment
This commit is contained in:
@@ -1116,6 +1116,7 @@ export default function DeviceList({
|
|||||||
field: "status",
|
field: "status",
|
||||||
headerName: col.label,
|
headerName: col.label,
|
||||||
cellRenderer: statusCellRenderer,
|
cellRenderer: statusCellRenderer,
|
||||||
|
cellClass: "status-pill-cell",
|
||||||
width: 112,
|
width: 112,
|
||||||
minWidth: 112,
|
minWidth: 112,
|
||||||
flex: 0,
|
flex: 0,
|
||||||
@@ -1534,6 +1535,30 @@ export default function DeviceList({
|
|||||||
"& .ag-icon": {
|
"& .ag-icon": {
|
||||||
fontFamily: iconFontFamily,
|
fontFamily: iconFontFamily,
|
||||||
},
|
},
|
||||||
|
"& .status-pill-cell": {
|
||||||
|
display: "flex",
|
||||||
|
alignItems: "center",
|
||||||
|
},
|
||||||
|
"& .status-pill-cell .ag-cell-wrapper": {
|
||||||
|
width: "100%",
|
||||||
|
display: "flex",
|
||||||
|
alignItems: "center",
|
||||||
|
justifyContent: "center",
|
||||||
|
height: "100%",
|
||||||
|
paddingTop: 0,
|
||||||
|
paddingBottom: 0,
|
||||||
|
lineHeight: "normal",
|
||||||
|
},
|
||||||
|
"& .status-pill-cell .ag-cell-value": {
|
||||||
|
width: "100%",
|
||||||
|
display: "flex",
|
||||||
|
justifyContent: "center",
|
||||||
|
alignItems: "center",
|
||||||
|
height: "100%",
|
||||||
|
},
|
||||||
|
"& .status-pill-cell .ag-cell-value > span": {
|
||||||
|
margin: 0,
|
||||||
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<AgGridReact
|
<AgGridReact
|
||||||
|
|||||||
Reference in New Issue
Block a user