Skip to content

Commit

Permalink
Prevent overflow of videos table on small devices, ref #753 (#825)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Benz <[email protected]>
  • Loading branch information
dennis531 and Dennis Benz authored Nov 6, 2023
1 parent 41f23b2 commit 356e007
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/css/opencast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ $action-menu-icon-size: 20px;

img.oc--previewimage {
max-height: 60px;
min-width: 90px;
}

.oc--duration{
Expand All @@ -273,10 +274,8 @@ $action-menu-icon-size: 20px;
display: flex;
gap: 5px;

font-size: 1.4em;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
overflow-wrap: anywhere;
}

a {
Expand Down

0 comments on commit 356e007

Please sign in to comment.