Skip to content

Commit

Permalink
[frontend] fix widgets number alignment on default dashboard (#6412)
Browse files Browse the repository at this point in the history
  • Loading branch information
lndrtrbn authored Mar 25, 2024
1 parent 7b15b9c commit 372a1df
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ const DefaultDashboard = ({ timeField }) => {
<StixCoreObjectsNumber
variant="inLine"
withoutTitle={true}
height={110}
dataSelection={[{
filters: {
mode: 'and',
Expand Down Expand Up @@ -211,7 +210,6 @@ const DefaultDashboard = ({ timeField }) => {
<StixCoreObjectsNumber
variant="inLine"
withoutTitle={true}
height={110}
dataSelection={[{
filters: {
mode: 'and',
Expand Down Expand Up @@ -243,7 +241,6 @@ const DefaultDashboard = ({ timeField }) => {
<StixCoreObjectsNumber
variant="inLine"
withoutTitle={true}
height={110}
dataSelection={[{
filters: {
mode: 'and',
Expand Down Expand Up @@ -275,7 +272,6 @@ const DefaultDashboard = ({ timeField }) => {
<StixCoreObjectsNumber
variant="inLine"
withoutTitle={true}
height={110}
dataSelection={[{
filters: {
mode: 'and',
Expand Down

0 comments on commit 372a1df

Please sign in to comment.