Skip to content

Commit

Permalink
fix mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Oct 10, 2022
1 parent a1d0b36 commit 3c1e745
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/src/components/Logs/Cells/IconTooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
flex-wrap: wrap;
margin-bottom: 2px;
font-size: 14px;
word-break: break-all;
overflow: hidden;
}

.grid__row .filteringRules__filter,
Expand Down Expand Up @@ -95,10 +97,6 @@
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 3c1e745

Please sign in to comment.