mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix site FAQ item overflow
This commit is contained in:
@@ -264,6 +264,7 @@ body {
|
|||||||
|
|
||||||
.faq {
|
.faq {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.faq__summary {
|
.faq__summary {
|
||||||
@@ -276,7 +277,6 @@ body {
|
|||||||
}
|
}
|
||||||
.faq__content {
|
.faq__content {
|
||||||
max-width: 70rem;
|
max-width: 70rem;
|
||||||
overflow-x: auto;
|
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user