Skip to content

Commit

Permalink
Fix tables horizontal overflow
Browse files Browse the repository at this point in the history
Made tables scrollable horizonatlly
if their content overflows.

Related: WeblateOrg#9998
  • Loading branch information
meel-hd committed Sep 9, 2024
1 parent 9148c82 commit aa2af83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions weblate/static/style-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,11 @@ form + .login-label {
height: 20px;
}

.table {
display: table;
overflow-x: auto;
}

.table-auth .auth-image {
margin-right: 12px;
}
Expand Down

0 comments on commit aa2af83

Please sign in to comment.