Skip to content

Commit

Permalink
client: fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Oct 9, 2022
1 parent f34f928 commit a1d0b36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/components/Logs/Cells/IconTooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
align-items: flex-start;
flex-wrap: wrap;
margin-bottom: 2px;
font-size: 14px;
}

.grid__row .filteringRules__filter,
Expand Down Expand Up @@ -94,6 +95,10 @@
grid-column: 2 / span 1;
margin: 0 !important;
}

.grid__row {
display: block;
}
}

.grid .key-colon:nth-child(odd)::after {
Expand Down

0 comments on commit a1d0b36

Please sign in to comment.