diff options
Diffstat (limited to 'templates/repo/commits_table.tmpl')
-rw-r--r-- | templates/repo/commits_table.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index 0cf823f5..1b835d33 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -19,8 +19,8 @@ </h4> {{if .Commits}} - <div class="ui attached table segment"> - <table class="ui very basic striped fixed table single line" id="commits-table"> +<div class="ui unstackable attached table segment"> + <table id="commits-table" class="ui unstackable very basic striped fixed table single line"> <thead> <tr> <th class="four wide">{{.i18n.Tr "repo.commits.author"}}</th> |