Files
supabase/apps/studio/styles/editor.scss
Joshen Lim 44b3853cbf Reinstate link button for foreign keys in table editor side panel (#23186)
* Reinstate link button for foreign keys in table editor side panel

* Skip assigning name when creating foreign key
2024-04-24 10:29:32 +07:00

27 lines
448 B
SCSS

.table-editor-columns .sbui-formlayout--responsive {
gap: 0rem !important;
}
.table-editor-column-type .sbui-listbox-option-container {
width: 400px;
}
.table-editor-column-type .sbui-listbox {
@apply px-2;
}
.column-type-disabled {
@apply pointer-events-none;
}
.column-type-disabled .sbui-listbox-label {
@apply opacity-50;
}
// This fix should ideally be in the UI library
.table-editor-search {
input {
@apply pr-10;
}
}