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:
Ammarpad 2024-09-26 16:15:58 +01:00
parent 0159930cdd
commit e4684a751c

View file

@ -5,8 +5,6 @@
.mw-highlight-copy {
position: relative;
min-width: 40%;
max-width: max-content;
}
/**