Skip to content

Commit

Permalink
prevent overshadowing of buttons on med screen
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Aug 16, 2024
1 parent 9e59bbe commit 3c5410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h1 class="h1">caMicroscope</h1>
</div>
</div>

<div class="d-md-inline-flex" style="width:20%; margin-right: 30px;">
<div class="d-md-inline-flex" style="width:20%; margin-right: 30px; height: fit-content;">
<div class="pl-md-2 pt-2">
<button type="button" data-bs-toggle="modal" data-bs-target="#dicom"
class="btn btn2 btn-success float-right w-md-100" style="background-color: #1C5B5D; padding: 7px; margin-right: 5px;" onclick="setDicomParams();"> <i
Expand Down

0 comments on commit 3c5410c

Please sign in to comment.