Skip to content

Commit

Permalink
Ajustes no layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Oct 9, 2022
1 parent 4db7f7a commit e2d239b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/MainContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const useStyles = makeStyles((theme) => ({
// padding: theme.spacing(2),
// height: `calc(100% - 48px)`,
padding: 0,
height: "100%",
height: "92%",
},

contentWrapper: {
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/pages/Queues/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,10 @@ const Queues = () => {
<span
style={{
backgroundColor: queue.color,
width: 60,
width: 20,
height: 20,
alignSelf: "center",
borderRadius: 10
}}
/>
</div>
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/pages/Tags/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,10 @@ const Tags = () => {
<span
style={{
backgroundColor: tag.color,
width: 60,
width: 20,
height: 20,
alignSelf: "center",
borderRadius: 10
}}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Tickets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const useStyles = makeStyles((theme) => ({
flex: 1,
// backgroundColor: "#eee",
// padding: theme.spacing(4),
height: `calc(100% - 48px)`,
height: `calc(97% - 48px)`,
overflowY: "hidden",
margin: theme.spacing(1),
},
Expand Down

0 comments on commit e2d239b

Please sign in to comment.