Fix shrinking details width bug
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
11357d4fee
commit
39bc536d38
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ p, button {
|
||||||
.details {
|
.details {
|
||||||
display: none;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-content {
|
.details-content {
|
||||||
|
|
Loading…
Add table
Reference in a new issue