mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
styles: add white-spaces
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
}
|
||||
}
|
||||
.contentContainer {
|
||||
@apply hidden pb-16;
|
||||
@apply hidden pb-16 whitespace-pre-line;
|
||||
padding-top: 1.6rem;
|
||||
}
|
||||
@keyframes ContentAnimationIn {
|
||||
|
@@ -19,7 +19,7 @@
|
||||
}
|
||||
}
|
||||
.content {
|
||||
@apply pb-16;
|
||||
@apply pb-16 whitespace-pre-line;
|
||||
padding-top: 1.6rem;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user