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


##########
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:
   I tried align: 'right', but the title just moved to the far right and stuck 
to the right border, but the action buttons below did not move.



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