mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
fix: remove width 100% style
revert to previous version,seems in some cases will affect visual display.
This commit is contained in:
parent
be24e04c17
commit
b127144b18
|
@ -70,7 +70,6 @@ pre
|
||||||
/* Appears between the articles */
|
/* Appears between the articles */
|
||||||
.gdarticleseparator
|
.gdarticleseparator
|
||||||
{
|
{
|
||||||
width: 100%;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue