mirror of https://github.com/laurent22/joplin.git
* No change * Fixed Tag Wrappull/2728/head
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