Skip to content

Commit

Permalink
Merge pull request #37183 from rhcs-dashboard/fix-47434-master
Browse files Browse the repository at this point in the history
mgr/dashboard: table detail rows overflow

Added word-wrap to the rgw-bucket-details table rows to fix overflow of values

Fixes:https://tracker.ceph.com/issues/47434
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit f0fb21a)
  • Loading branch information
Lenz Grimmer authored and Aashish Sharma committed Sep 22, 2020
1 parent cb0c63e commit 8d3766b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
table {
table-layout: fixed;
}

table td {
word-wrap: break-word;
}

0 comments on commit 8d3766b

Please sign in to comment.