Skip to content

Commit

Permalink
#88 added extra padding to graph controls in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
io53 committed Mar 14, 2024
1 parent 8cb61f8 commit 0624183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/states/Sensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ class Sensor extends Component {
<ScreenSizeWrapper isMobile>
<div style={{ marginTop: 30, marginBottom: -10 }} id="history">
{graphTitle(true)}
<table width="100%">
<table width="100%" style={{marginTop: "10px"}}>
<tbody>
<tr>
<td>
Expand Down

0 comments on commit 0624183

Please sign in to comment.