mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-30 20:23:14 +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 {
|
li {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
word-wrap: break-word;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $color-concrete;
|
background-color: $color-concrete;
|
||||||
|
@ -572,8 +573,10 @@ a[data-toggle="tooltip"] {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $color-emperor;
|
color: $color-emperor;
|
||||||
|
display: block;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
padding: 3px 20px;
|
padding: 3px 20px;
|
||||||
|
text-align: left;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue