This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch SO-164 in repository https://gitbox.apache.org/repos/asf/superset.git
commit f798c6796eb9292546f63bfb6c01b37e625aabdb Author: Isaac Jaynes <[email protected]> AuthorDate: Thu Dec 11 16:35:14 2025 -0800 SO-164: Lint fix --- superset-frontend/src/features/databases/DatabaseModal/styles.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/features/databases/DatabaseModal/styles.ts b/superset-frontend/src/features/databases/DatabaseModal/styles.ts index 545d5182078..59770c17810 100644 --- a/superset-frontend/src/features/databases/DatabaseModal/styles.ts +++ b/superset-frontend/src/features/databases/DatabaseModal/styles.ts @@ -441,7 +441,8 @@ export const CredentialInfoForm = styled.div` width: fit-content; } - .credentials-uploaded-btn, .credentials-uploaded-remove { + .credentials-uploaded-btn, + .credentials-uploaded-remove { flex: 0 0 auto; } @@ -449,7 +450,8 @@ export const CredentialInfoForm = styled.div` .input-upload { display: none !important; } - }`; + } +`; export const SelectDatabaseStyles = styled.div` .preferred {
