remove unneeded property
This commit is contained in:
parent
ef3f9316a0
commit
892610092a
|
@ -75,8 +75,6 @@ const target = self ? null : "_blank";
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.url {
|
.url {
|
||||||
word-break: break-all;
|
|
||||||
word-break: break-all;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue