Merge pull request #1470 from robintown/feedback-layout

Fix the feedback screen looking broken on mobile
This commit is contained in:
Robin
2023-09-18 11:54:25 -04:00
committed by GitHub

View File

@@ -17,7 +17,8 @@ limitations under the License.
.headline { .headline {
text-align: center; text-align: center;
margin-bottom: 60px; margin-bottom: 60px;
white-space: pre; white-space: pre-wrap;
overflow-wrap: break-word;
} }
.callEndedContent { .callEndedContent {
@@ -66,6 +67,7 @@ limitations under the License.
flex: 1; flex: 1;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding-inline: var(--inline-content-inset);
} }
.logo { .logo {