Skip to content

Commit

Permalink
add text-overflow property on the .overflow-auto class (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-spassky committed Jun 24, 2023
1 parent 10e8a84 commit f714904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flower/static/css/flower.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ div.dataTables_wrapper .dataTables_filter input {

.overflow-auto {
max-width: 400px;
text-overflow: ellipsis;
}

.overflow-auto::-webkit-scrollbar {
Expand Down

0 comments on commit f714904

Please sign in to comment.