Skip to content

Commit

Permalink
fix/workorder garden popover (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored May 2, 2024
1 parent 5da0687 commit af90f95
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
import styled from 'styled-components';

export const StyledPopoverContainer = styled.div`
& *:last-child {
padding-top: 0px;
padding-bottom: 0px;
}
& *:first-child {
padding-top: 0px;
padding-bottom: 0px;
}
white-space: nowrap;
hr {
Expand Down

0 comments on commit af90f95

Please sign in to comment.