metadata: break-all is too aggressive
parent
14784ad67f
commit
a534882f75
|
@ -343,7 +343,7 @@ export default class Metadata extends Mixins(GlobalMixin) {
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
|
|
Loading…
Reference in New Issue