mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-14 18:15:57 +00:00
modules: Remove width limit for code block with copy button
Enabling copy button should not affect block width. Bug: T40932 Follow-up: Ic8ef030514c3b6dd2cb9b137f032588869ab3762 Change-Id: I47475fa5e974eb999386bd612e16898ebfbd3046
This commit is contained in:
parent
0159930cdd
commit
e4684a751c
|
@ -5,8 +5,6 @@
|
|||
|
||||
.mw-highlight-copy {
|
||||
position: relative;
|
||||
min-width: 40%;
|
||||
max-width: max-content;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue