s7monk commented on code in PR #300:
URL: https://github.com/apache/paimon-webui/pull/300#discussion_r1628565562


##########
paimon-web-ui/src/views/metadata/components/options/index.tsx:
##########
@@ -41,11 +41,12 @@ export default defineComponent({
         key: 'value',
       },
       {
-        title: 'Operation',
+        title: () => <div style={{ paddingRight: '40px' }}>Operation</div>,
         key: 'operation',
+        align: 'right',

Review Comment:
   If no additional styles are used for the title, there will be no margin with 
the right border, as shown below:
   
![image](https://github.com/apache/paimon-webui/assets/34889415/862cb490-496d-4082-bd6c-53e7a22eaeb2)
   
   After adding style:
   
![image](https://github.com/apache/paimon-webui/assets/34889415/aee14245-8d84-4a62-b81e-154d6748c46d)
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to