We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8d510 commit db17c71Copy full SHA for db17c71
packages/main/src/themes/base/ListItem.less
@@ -16,15 +16,6 @@
16
color: @sapUiListActiveTextColor;
17
}
18
19
- &.sapMSLIWithTitleAndDescription {
20
- height: 5rem;
21
- padding: 1rem;
22
-
23
- .sapMSLITitle {
24
- padding-bottom: 0.375rem;
25
- }
26
27
28
.sapMSLITextWrapper {
29
display: flex;
30
flex-direction: column;
@@ -68,6 +59,17 @@
68
59
69
60
70
61
62
+/* ListItem with title and description (should be 5rem in height in both compact and cozy) */
63
+.sapUiSizeCompact .sapMSLI.sapMSLIWithTitleAndDescription,
64
+.sapMSLI.sapMSLIWithTitleAndDescription {
65
+ height: 5rem;
66
+ padding: 1rem;
67
+
+ .sapMSLITitle {
+ padding-bottom: 0.375rem;
+ }
71
+}
72
73
/* Compact size */
74
.sapUiSizeCompact {
75
.sapMSLI {
0 commit comments