Skip to content
Snippets Groups Projects
Verified Commit bffe9690 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3471459 by nayana_mvr, ahsannazir, marc.bau, bnjmnm, larowlan:...

Issue #3471459 by nayana_mvr, ahsannazir, marc.bau, bnjmnm, larowlan: Prefix/Suffix not inline with autocomplete field
parent 70b2d5ef
No related branches found
No related tags found
2 merge requests!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!10223132456: Fix issue where views instances are emptied before an ajax request is complete
Pipeline #424322 passed with warnings
Pipeline: drupal

#424360

    Pipeline: drupal

    #424351

      Pipeline: drupal

      #424327

        ......@@ -175,6 +175,21 @@ td.is-active {
        * This ignores the filter format select of the textarea editor.
        */
        td > .form-item {
        display: flex;
        align-items: center;
        }
        td > .form-item > .form-item__prefix {
        margin-inline-end: var(--space-xs);
        white-space: nowrap;
        }
        td > .form-item > .form-item__suffix {
        margin-inline-start: var(--space-xs);
        white-space: nowrap;
        }
        td > .form-item > .form-element,
        td > .ajax-new-content > .form-item > .form-element,
        td > .form-item > .claro-autocomplete,
        ......
        ......@@ -153,6 +153,21 @@ td {
        * This ignores the filter format select of the textarea editor.
        */
        td {
        & > .form-item {
        display: flex;
        align-items: center;
        }
        & > .form-item > .form-item__prefix {
        margin-inline-end: var(--space-xs);
        white-space: nowrap;
        }
        & > .form-item > .form-item__suffix {
        margin-inline-start: var(--space-xs);
        white-space: nowrap;
        }
        & > .form-item > .form-element,
        & > .ajax-new-content > .form-item > .form-element,
        & > .form-item > .claro-autocomplete,
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment