Skip to content

Commit 3e6c873

Browse files
committed
Rm comments
1 parent 21950d5 commit 3e6c873

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/schema_editor/SchemaEditor.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ const openEditRelationModal = (id: string, relation: RelationalRelationField) =>
181181
background: #ffdb58;
182182
border: 2px solid black;
183183
border-radius: 50px;
184-
height: 40px; /* Exact same as create-circle */
185-
padding: 0 10px; /* Only horizontal padding */
184+
height: 40px;
185+
padding: 0 10px;
186186
gap: 8px;
187187
z-index: 1000;
188188
margin-top: 2px;

0 commit comments

Comments
 (0)