ocket8888 commented on a change in pull request #3919: TP: adds a better view 
for comparing/managing params of 2 profiles
URL: https://github.com/apache/trafficcontrol/pull/3919#discussion_r324340932
 
 

 ##########
 File path: traffic_portal/app/src/common/modules/table/_table.scss
 ##########
 @@ -96,3 +96,10 @@ td span {
     padding: 10px 20px;
     overflow-y: auto;
 }
+table.dataTable tbody td {
+    word-break: break-word;
+    vertical-align: top;
+}
 
 Review comment:
   These rules are going to affect every table in every view - did you check 
them all out to make sure it doesn't break anything? Given the specific rules, 
I'd be shocked, but such things have slipped through before.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to