We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38f8e12 + 06923a5 commit 59a69ccCopy full SHA for 59a69cc
1 file changed
website/src/pages/License.css
@@ -107,6 +107,9 @@
107
108
.attribution-code {
109
margin: 0;
110
+ white-space: pre-wrap;
111
+ overflow-wrap: break-word;
112
+ max-width: 100%;
113
}
114
115
.attribution-code code {
@@ -208,6 +211,10 @@
208
211
grid-template-columns: 1fr;
209
212
210
213
214
+ .condition-card {
215
+ padding: 20px;
216
+ }
217
+
218
.license-content {
219
padding: 24px;
220
0 commit comments