Commit 05b22134 by FE

add min-height

parent b69ef932
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
margin: 0 auto; margin: 0 auto;
.am-tabs-content-wrap { .am-tabs-content-wrap {
min-height: 400px; min-height: 423px;
} }
&::before { &::before {
......
...@@ -176,6 +176,10 @@ ...@@ -176,6 +176,10 @@
} }
.am-tabs-content-wrap {
min-height: 423px;
}
.am-tabs { .am-tabs {
width: 330px; width: 330px;
margin: 0 auto; margin: 0 auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment