dosubot[bot] commented on issue #32738: URL: https://github.com/apache/superset/issues/32738#issuecomment-2734876726
<!-- Answer --> The issue with the dataset name being almost inaccessible in the "Save or Overwrite Dataset" modal is due to the styling applied to the input field. Specifically, the `sdm-input` class has a `margin-left` of `theme.gridUnit * 10` pixels, which is likely causing the input field to be pushed too far to the right, making it difficult to access or view properly. Adjusting this margin should help resolve the problem <sup>[[1]](https://github.com/apache/superset/blob/f0c8c12c1acb9a281422014b667d877a78bfa03e/superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/71385b80-5c8f-44c2-bc74-e9861ac5c980?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/71385b80-5c8f-44c2-bc74-e9861ac5c980?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/71385b80-5c8f-44c2-bc74-e9861ac5c980?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/71385b80-5c8f-44c2-bc74-e9861ac5c980?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/71385b80-5c8f-44c2-bc74-e9861ac5c980?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/71385b80-5c8f-44c2-bc74-e9861ac5c980?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/71385b80-5c8f-44c2-bc74-e9861ac5c980?feedback_type=other)</sup> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
