diff --git a/src/front/index.css b/src/front/index.css index e080bb3..117d9f0 100644 --- a/src/front/index.css +++ b/src/front/index.css @@ -49,12 +49,12 @@ body { background: #bdf5; } -[class*="shj-lang-"]>div { +[class*="shj-lang-"] > div { display: flex; overflow: auto; } -[class*="shj-lang-"]>div :last-child { +[class*="shj-lang-"] > div :last-child { outline: none; flex: 1; } @@ -201,4 +201,4 @@ body { 100% { transform: scale(1); } -} \ No newline at end of file +}