diff options
Diffstat (limited to 'templates/repo/commits_list.tmpl')
-rw-r--r-- | templates/repo/commits_list.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl index 86ad835202..65baee6b63 100644 --- a/templates/repo/commits_list.tmpl +++ b/templates/repo/commits_list.tmpl @@ -1,5 +1,5 @@ -<div class="ui attached table segment"> - <table class="ui very basic striped fixed table single line" id="commits-table"> +<div class="ui attached table segment commit-table"> + <table class="ui very basic striped table unstackable fixed" id="commits-table"> <thead> <tr> <th class="four wide">{{.i18n.Tr "repo.commits.author"}}</th> |