Skip to content

Commit 113c595

Browse files
committed
Update Story UI
1 parent e1f596a commit 113c595

File tree

1 file changed

+4
-1
lines changed
  • examples/bedtime-story-teller/assets

1 file changed

+4
-1
lines changed

examples/bedtime-story-teller/assets/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ body {
233233
padding: 2px 8px;
234234
border: 1px solid #C9D2D2;
235235
border-radius: 4px;
236-
background: #FFF;
237236
margin: 0px 4px 4px 0px;
238237
font-size: 12px;
239238
font-weight: 600;
@@ -772,6 +771,10 @@ body {
772771
}
773772

774773
/* Story Response Styling */
774+
#story-response {
775+
white-space: normal;
776+
}
777+
775778
#story-response h1,
776779
#story-response h2 {
777780
margin: 0;

0 commit comments

Comments
 (0)