Skip to content

Commit

Permalink
Fix RHS post update button. (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller authored Aug 9, 2022
1 parent 2fae711 commit 0cd966b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/rhs/rhs_post_update.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const PostUpdate = styled.div<CollapsedProps>`
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
align-items: stretch;
justify-content: space-between;
padding: ${(props) => (props.collapsed ? '8px 8px 8px 12px' : '12px')};
Expand Down
1 change: 0 additions & 1 deletion webapp/src/components/rhs/rhs_post_update_button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const PostUpdateButtonCommon = css<CollapsedProps>`
justify-content: center;
flex: 1;
${(props) => props.collapsed && css`
height: 32px;
font-size: 12px;
font-height: 9.5px;
`}
Expand Down

0 comments on commit 0cd966b

Please sign in to comment.