Skip to content

Commit 59a69cc

Browse files
authored
Merge pull request #3 from tutosrive/copilot/fix-attribution-block-width
Fix attribution code block overflow on mobile viewports
2 parents 38f8e12 + 06923a5 commit 59a69cc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

website/src/pages/License.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107

108108
.attribution-code {
109109
margin: 0;
110+
white-space: pre-wrap;
111+
overflow-wrap: break-word;
112+
max-width: 100%;
110113
}
111114

112115
.attribution-code code {
@@ -208,6 +211,10 @@
208211
grid-template-columns: 1fr;
209212
}
210213

214+
.condition-card {
215+
padding: 20px;
216+
}
217+
211218
.license-content {
212219
padding: 24px;
213220
}

0 commit comments

Comments
 (0)