diff --git a/assets/stylesheets/common/docs.scss b/assets/stylesheets/common/docs.scss index 77c4785..dc5e65c 100644 --- a/assets/stylesheets/common/docs.scss +++ b/assets/stylesheets/common/docs.scss @@ -255,3 +255,13 @@ } } } + +.docs-solved { + padding: 0; + input { + width: auto; + } + .docs-item { + width: 100%; + } +} diff --git a/assets/stylesheets/mobile/docs.scss b/assets/stylesheets/mobile/docs.scss index 5d8caf9..5a6f829 100644 --- a/assets/stylesheets/mobile/docs.scss +++ b/assets/stylesheets/mobile/docs.scss @@ -59,4 +59,10 @@ margin: 1em 0 0 0; width: 100%; } + + .docs-solved { + .docs-item { + padding: 0.25em 0; + } + } }