Fixs typo in typography module

This commit is contained in:
mrmrs 2023-07-12 13:35:04 -07:00
parent c7bbfc653c
commit 5d6e56f9a9

View File

@ -4,14 +4,13 @@
http://tachyons.io/docs/typography/measure/
Media Query Extensions:
-ns = small
-s = small
-m = medium
-l = large
*/
/* Measure is limited to 66 characters */
.measure {
max-width: 66ch;
@ -74,7 +73,7 @@
margin-bottom: 0;
}
.truncate-m {
white-mpace: nowrap;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}