responsive card title
parent
d4ee5de16f
commit
260bebf8dc
|
@ -249,7 +249,6 @@ function CardPersonalCalendarSettings({ settings }) {
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyItems: "center",
|
justifyItems: "center",
|
||||||
alignContent: "center",
|
alignContent: "center",
|
||||||
overflow: "scroll",
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<CardTitleContent />
|
<CardTitleContent />
|
||||||
|
@ -261,8 +260,6 @@ function CardPersonalCalendarSettings({ settings }) {
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
paddingTop: 10,
|
paddingTop: 10,
|
||||||
paddingBottom: 10,
|
paddingBottom: 10,
|
||||||
textOverflow: "ellipsis",
|
|
||||||
wordWrap: "break-word",
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<CardTitleContent />
|
<CardTitleContent />
|
||||||
|
|
Loading…
Reference in New Issue