typo in css

This commit is contained in:
Samuel Shifterovich 2018-10-27 19:12:31 +02:00
parent b31c8cc922
commit b01e58bdd3

View File

@ -5,7 +5,7 @@
} }
/* Make links and long strings responsive */ /* Make links and long strings responsive */
a, long-string-list li { a, .long-string-list li {
word-wrap: break-word; word-wrap: break-word;
max-width: 300px; max-width: 300px;
} }