mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
* No change * Fixed Tag Wrap
This commit is contained in:
parent
95eb302a62
commit
9027f3fb10
@ -14,6 +14,7 @@ class TagListComponent extends React.Component {
|
||||
style.borderBottom = `1px solid ${theme.dividerColor}`;
|
||||
style.boxSizing = 'border-box';
|
||||
style.fontSize = theme.fontSize;
|
||||
style.whiteSpace = 'nowrap';
|
||||
|
||||
const tagItems = [];
|
||||
if (tags && tags.length > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user