mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 11:46:51 +00:00
Fixs typo in typography module
This commit is contained in:
parent
c7bbfc653c
commit
5d6e56f9a9
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user