Skip to content

Commit

Permalink
margin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VargaJoe committed Oct 26, 2023
1 parent 7276d50 commit b0c67ba
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export const ViewTitle: React.FunctionComponent<ViewTitleProps> = (props) => {
className={globalClasses.centered}>
<Icon
style={{
marginLeft: '9px',
marginLeft: '4px',
marginRight: '4px',
height: '24px',
width: '24px',
cursor: 'pointer',
Expand All @@ -112,7 +113,8 @@ export const ViewTitle: React.FunctionComponent<ViewTitleProps> = (props) => {
className={globalClasses.centered}>
<Icon
style={{
marginLeft: '9px',
marginLeft: '4px',
marginRight: '4px',
height: '24px',
width: '24px',
cursor: 'pointer',
Expand Down Expand Up @@ -140,7 +142,8 @@ export const ViewTitle: React.FunctionComponent<ViewTitleProps> = (props) => {
className={globalClasses.centered}>
<Icon
style={{
marginLeft: '9px',
marginLeft: '4px',
marginRight: '4px',
height: '24px',
width: '24px',
cursor: 'pointer',
Expand Down

0 comments on commit b0c67ba

Please sign in to comment.