Closed maartenpaauw closed 2 years ago
I noticed when a work location address was too long the work duration will use multiple lines. Using white-space: nowrap; will make sure the work duration will be displayed on one line only.
white-space: nowrap;
@maartenpaauw makes sense!
@maartenpaauw many thanks for your contribution!
@davcd You're welcome. Thanks for making the theme open source!
Version 0.1.8 released!
I noticed when a work location address was too long the work duration will use multiple lines. Using
white-space: nowrap;
will make sure the work duration will be displayed on one line only.Before
After