Skip to content

Commit

Permalink
Fix popup text overflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Jul 29, 2021
1 parent 11f4579 commit 64e3dd2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/o3dv/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,6 @@ div.ov_popup div.ov_popup_list_item
{
padding: 10px;
border-radius: 5px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
cursor: pointer;
overflow: auto;
}
Expand All @@ -605,7 +602,9 @@ div.ov_popup div.ov_popup_list_item_icon

div.ov_popup div.ov_popup_list_item_name
{
float: left;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

div.ov_progress
Expand Down

0 comments on commit 64e3dd2

Please sign in to comment.