Skip to content

Commit d0baf9a

Browse files
authored
Made homepage table list responsive
1 parent 68cc9c3 commit d0baf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notekeeper/notes/templates/notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</p>
2020
</div>
2121
{% else %}
22-
<div class="col-lg-12 col-md-12 col-sm-12">
22+
<div class="col-lg-12 col-md-12 col-sm-12 table-responsive">
2323
<table class="table table-striped table-bordered" id="all_notes">
2424
<thead class="thead-dark">
2525
<tr class="text-center">

0 commit comments

Comments
 (0)