Salesforce Platform Developer II Exam
© examsiri.com
Question : 5 of 33
Marks:
+1,
-0
<lightning:layout multipleRows="true">
    <lightning:layoutItem size="12">{!v.account.Name}
    </lightning:layoutItem>
    <lightning:layoutItem size="12">{!v.account.AccountNumber}
    </lightning:layoutItem>
    <lightning:layoutItem size="12" >{!v.account.Industry}
    </lightning:layoutItem>
</lightning:layout>Refer to the component code above. The information displays as expected (in three rows) on a mobile device. However, the information is not displaying as desired(in a single row) on a desktop or tablet.
Which option has the correct componentchanges to display correctly on desktops and tablets?
Go to Question: