Commit 4159cd3d authored by ekager's avatar ekager Committed by Emily Kager
Browse files

Closes #9564 : Fixes cut off strings in ETP panel

parent 44432d28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
        <org.mozilla.fenix.trackingprotection.SwitchWithDescription
            android:id="@+id/trackingProtectionSwitch"
            android:layout_width="match_parent"
            android:layout_height="@dimen/tracking_protection_item_height"
            android:layout_height="wrap_content"
            android:minHeight="@dimen/tracking_protection_item_height"
            android:text="@string/preference_enhanced_tracking_protection"
            app:layout_constraintBottom_toTopOf="@id/blocking_header"