We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134552e commit 3b0a9e8Copy full SHA for 3b0a9e8
src/shared/components/Contentful/Tabs/themes/vertical.scss
@@ -40,7 +40,7 @@ $gray-border-color: #e9e9e9;
40
}
41
42
43
-.tab {
+li.tab {
44
text-align: left;
45
color: $text-color-black;
46
font-size: 16px;
@@ -52,6 +52,7 @@ $gray-border-color: #e9e9e9;
52
@media (max-width: 768px) {
53
padding-right: 20px;
54
border-bottom: 5px solid $gray-border-color;
55
+ min-width: auto;
56
57
&:first-child {
58
padding-left: 7px;
@@ -83,6 +84,7 @@ $gray-border-color: #e9e9e9;
83
84
85
p {
86
position: relative;
87
+ display: inline-block;
88
89
&::after {
90
0 commit comments