Skip to content

Commit

Permalink
fix: styles (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncomerci authored and 1emu committed Oct 9, 2023
1 parent 9bdf65e commit a3e7e35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: initial;
display: -webkit-box;
}

.ProposalPreviewCard__DetailsItem:after {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/BurgerMenu/BurgerMenuContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const filtersInitialStatus = { categoryOpen: true, statusOpen: false, timeFrameO

const OPEN_BURGER_HEIGHT = 895
const SEARCH_TITLE_HEIGHT = 32
const CATEGORY_FILTER_HEIGHT = 407
const CATEGORY_FILTER_HEIGHT = 600
const STATUS_FILTER_HEIGHT = 290
const TIMEFRAME_FILTER_HEIGHT = 212
const CLOSED_FILTER_HEIGHT = 56
Expand Down
1 change: 1 addition & 0 deletions src/pages/proposals.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
display: flex;
flex-direction: row;
gap: 32px;
position: relative;
}

.Animated {
Expand Down

0 comments on commit a3e7e35

Please sign in to comment.