Skip to content

Commit

Permalink
setting widths
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeramitchell committed Jul 12, 2019
1 parent 2006211 commit 68b9582
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
lightning-button, button, input, select {
width: 100%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
</div>
</div>
<!-- Submit -->
<lightning-button variant="brand" label="Submit Timecard" title="Submit Timecard" onclick={handleSubmit}></lightning-button>
<div>
<lightning-button variant="brand" label="Submit Timecard" title="Submit Timecard" onclick={handleSubmit}></lightning-button>
</div>
</div>
</lightning-card>
</template>

0 comments on commit 68b9582

Please sign in to comment.