diff --git a/src/frontend/src/pages/FlowPage/index.tsx b/src/frontend/src/pages/FlowPage/index.tsx
index 07f56354f..dcc625647 100644
--- a/src/frontend/src/pages/FlowPage/index.tsx
+++ b/src/frontend/src/pages/FlowPage/index.tsx
@@ -345,6 +345,7 @@ export default function FlowPage({ flow }: { flow: FlowType }) {
panOnDrag={!disableCopyPaste}
zoomOnDoubleClick={!disableCopyPaste}
selectNodesOnDrag={false}
+ className="theme-attribution"
>
diff --git a/src/frontend/tailwind.config.js b/src/frontend/tailwind.config.js
index 57c71f5b7..8df8b8c1e 100644
--- a/src/frontend/tailwind.config.js
+++ b/src/frontend/tailwind.config.js
@@ -87,6 +87,7 @@ module.exports = {
},
".dark .theme-attribution .react-flow__attribution": {
backgroundColor: "rgba(255, 255, 255, 0.2)",
+ padding: "0px 5px",
},
".dark .theme-attribution .react-flow__attribution a": {
color: "black",