Skip to content

Commit

Permalink
fix: minor css layout issues from datatables update
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Sep 4, 2024
1 parent 23dec95 commit a1093c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions thunorweb/webpack/thunorweb/css/pyhts.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,11 @@ table.dataTable thead .sorting:after {
color: rgba(50, 50, 50, 0.5);
}
/** Tag editor datatable **/
#tag-table_length { float: left; }
.dt-buttons { float: left; margin-left: 10px;}
.dt-length { float: left; }
.dt-buttons { float: left; margin-left: 10px;margin-bottom:10px;}
.dt-search { float: right; }
.dt-paging {text-align: right;}
.dt-info { padding-top: 8px; }
@media (min-width: 768px) {
.jumbotron {
border-radius: 6px;
Expand Down

0 comments on commit a1093c5

Please sign in to comment.