From 15952652095bdacaec7affc3993f41b5d95409ef Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Fri, 3 Apr 2020 22:23:50 -0700 Subject: [PATCH] Fix quiet picker label alignment in RTL --- packages/@adobe/spectrum-css-temp/components/dropdown/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/@adobe/spectrum-css-temp/components/dropdown/index.css b/packages/@adobe/spectrum-css-temp/components/dropdown/index.css index d69eec369db..6091fa5f686 100644 --- a/packages/@adobe/spectrum-css-temp/components/dropdown/index.css +++ b/packages/@adobe/spectrum-css-temp/components/dropdown/index.css @@ -147,6 +147,8 @@ governing permissions and limitations under the License. /* When used with a label or inside a Form, we need to override some things from .spectrum-Field * so quiet dropdowns still collapse properly. */ .spectrum-Field.spectrum-Dropdown-fieldWrapper--quiet { + display: inline-flex; + flex-direction: column; inline-size: auto; .spectrum-Dropdown--quiet {