nextcloud/apps
Daniel Calviño Sánchez f9039b4fbd
Replace "div" with "span" inside "p"
The permitted contents of a paragraph are only phrasing contents, so
"div" elements can not be used, although "span" can. Besides being
invalid HTML it seems that the browser ends the paragraph at the div, so
the label/input that appears after it is treated as being in a new
paragraph, which is not indented by default, and thus is not aligned
with the rest of its sibling inputs.

Note that an additional div is nevertheless added once the page is
loaded to be able to select the groups, but this one does not break its
parent paragraph (maybe due to being added after the page load, but I do
not really know). Nevertheless, it needs to be explicitly indented, and
the second indentend wrapper needs to be removed, as it affects only the
label but not the div/input, and therefore the label had an extra
indentation over the input.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-05-22 12:44:17 +02:00
..
admin_audit chore(release): Bump requirements and versions in apps/ 2023-05-17 10:44:23 +02:00
cloud_federation_api chore(release): Bump requirements and versions in apps/ 2023-05-17 10:44:23 +02:00
comments Fix(l10n): Update translations from Transifex 2023-05-21 00:17:10 +00:00
contactsinteraction chore(release): Bump requirements and versions in apps/ 2023-05-17 10:44:23 +02:00
dashboard Merge pull request #38336 from nextcloud/master-is-now-28 2023-05-17 15:59:38 +02:00
dav Fix(l10n): Update translations from Transifex 2023-05-20 00:17:12 +00:00
encryption Fix(l10n): Update translations from Transifex 2023-05-20 00:17:12 +00:00
federatedfilesharing Fix(l10n): Update translations from Transifex 2023-05-18 00:17:49 +00:00
federation chore(release): Bump requirements and versions in apps/ 2023-05-17 10:44:23 +02:00
files Fix(l10n): Update translations from Transifex 2023-05-21 00:17:10 +00:00
files_external Fix(l10n): Update translations from Transifex 2023-05-21 00:17:10 +00:00
files_sharing Fix(l10n): Update translations from Transifex 2023-05-21 00:17:10 +00:00
files_trashbin Fix(l10n): Update translations from Transifex 2023-05-18 00:17:49 +00:00
files_versions Fix(l10n): Update translations from Transifex 2023-05-18 00:17:49 +00:00
lookup_server_connector Fix(l10n): Update translations from Transifex 2023-05-18 00:17:49 +00:00
oauth2 Fix(l10n): Update translations from Transifex 2023-05-21 00:17:10 +00:00
provisioning_api Fix(l10n): Update translations from Transifex 2023-05-18 00:17:49 +00:00
settings Replace "div" with "span" inside "p" 2023-05-22 12:44:17 +02:00
sharebymail chore(release): Bump requirements and versions in apps/ 2023-05-17 10:44:23 +02:00
systemtags Fix(l10n): Update translations from Transifex 2023-05-21 00:17:10 +00:00
testing chore(release): Bump requirements and versions in apps/ 2023-05-17 10:44:23 +02:00
theming Fix(l10n): Update translations from Transifex 2023-05-20 00:17:12 +00:00
twofactor_backupcodes Fix(l10n): Update translations from Transifex 2023-05-18 00:17:49 +00:00
updatenotification Fix(l10n): Update translations from Transifex 2023-05-22 00:17:43 +00:00
user_ldap Fix(l10n): Update translations from Transifex 2023-05-21 00:17:10 +00:00
user_status Fix(l10n): Update translations from Transifex 2023-05-21 00:17:10 +00:00
weather_status Fix(l10n): Update translations from Transifex 2023-05-18 00:17:49 +00:00
workflowengine Fix(l10n): Update translations from Transifex 2023-05-18 00:17:49 +00:00