Skip to content

Commit 6adc6c4

Browse files
committed
fix-table-style
1 parent 0621af7 commit 6adc6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/default/users/_includes/dashboard_cospeaking_proposal_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% load i18n %}
22

3-
<table class="proposals-table table table-striped table-hover">
3+
<table class="proposals-table table table-responsive">
44
<thead>
55
<tr>
66
<th class="proposal-title">{% trans 'Title' %}</th>

0 commit comments

Comments
 (0)