mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
a links specifies line breaking rules hotfix.
This commit is contained in:
parent
dfce9f0a0f
commit
de8aa913c5
2 changed files with 3 additions and 2 deletions
|
@ -83,6 +83,7 @@ strong
|
|||
p
|
||||
a
|
||||
text-decoration: underline
|
||||
word-wrap: break-word
|
||||
|
||||
table, p
|
||||
margin-bottom: 8px
|
||||
|
|
|
@ -137,8 +137,8 @@ $popupWidth = 300px
|
|||
position: relative
|
||||
margin: 0 -10px
|
||||
text-decoration: none
|
||||
overflow:hidden;
|
||||
line-height:33px;
|
||||
overflow:hidden
|
||||
line-height:33px
|
||||
|
||||
.item-name
|
||||
display: block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue