- Issue created by @JoeyRoth
information:
when i disable " Allow link text " will be responsive.
when i choose "Optional" or "Required" will be not responsive.For this to be a Drupal Core issue we would like to see the problem reproduced on the default theme, or else this is a problem with the theme which you are using.
- 🇮🇳India libbna New Delhi, India
I’ve reviewed the responsiveness of the link field across all three themes — Claro, Olivero, and Edu X (which is the one reported). The issue appears to be specific to the Edu X theme.
Please find the attached screenshots as evidence for reference.Steps I followed to reproduce the issue:
- Added a link field in the Basic Content type.
- Created / Edited the basic page and checked the responsiveness.
hello,
i have added this code to style.css
and the problem is solved@media (max-width: 768px) { /* Form */ input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=url], input[type=date], input[type=time], input[type=tel], select, textarea { width: 100%; }
i think we need an expert in css to confirm that the code is proper and there is no conflict or duplication of the code or something like that.
Automatically closed - issue fixed for 2 weeks with no activity.