Skip to content

Commit

Permalink
mgr/dashboard: table detail rows overflow
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Aashish Sharma committed Sep 16, 2020
1 parent 8016ba8 commit 7196e03
Showing 1 changed file with 7 additions and 0 deletions.
@@ -0,0 +1,7 @@
table {
table-layout: fixed;
}

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

0 comments on commit 7196e03

Please sign in to comment.