ocket8888 commented on a change in pull request #5934:
URL: https://github.com/apache/trafficcontrol/pull/5934#discussion_r652039521



##########
File path: traffic_portal/app/src/common/modules/dialog/_dialog.scss
##########
@@ -45,3 +45,16 @@
 .dialog-20 .modal-dialog {
   width: 20%;
 }
+
+.fieldset-body {
+  display: grid;
+  grid-template-columns: auto 1fr;
+  grid-column-gap: 1.5em;
+  grid-row-gap: 5px;
+  justify-items: start;
+  align-items: center;
+  ​

Review comment:
       invalid US-ASCII byte on this line. I think Slack did it to you, they do 
a lot of dumb things with copy/paste. Try deleting this line and re-inserting 
it.




-- 
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:
[email protected]


Reply via email to