Make table striped

This commit is contained in:
o-psi
2024-01-10 21:15:12 +00:00
parent cf87a232c4
commit 6ca277a636
+3 -1
View File
@@ -9,7 +9,8 @@
</button>
</div>
<div class="modal-body bg-white">
<table class="table">
<div class="table-responsive">
<table class="table table-striped">
<tr>
<th>Ticket Number</th>
<th>Scope</th>
@@ -32,4 +33,5 @@
</div>
</div>
</div>
</div>