mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
fixes word-wrap on mozilla
This commit is contained in:
parent
557957c857
commit
76f6e30078
1 changed files with 3 additions and 0 deletions
|
@ -565,6 +565,7 @@ a[data-toggle="tooltip"] {
|
|||
li {
|
||||
display: block;
|
||||
text-align: left;
|
||||
word-wrap: break-word;
|
||||
|
||||
&:hover {
|
||||
background-color: $color-concrete;
|
||||
|
@ -572,8 +573,10 @@ a[data-toggle="tooltip"] {
|
|||
|
||||
a {
|
||||
color: $color-emperor;
|
||||
display: block;
|
||||
line-height: 1.6em;
|
||||
padding: 3px 20px;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue