PluginProbe
WP Coder – Insert & Manage Code Snippets / trunk
WP Coder – Insert & Manage Code Snippets vtrunk
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
← All changes | assets/scss/_features.scss +6 -6 3.2trunk View file →
@@ -126,19 +126,19 @@
126 126
127 127 &-title {
128 128 font-size: 22px;
129 129 font-weight: 700;
130 - margin: 0 0 0 44px;
130 + margin: 0;
131 131 }
132 132
133 133 &-description {
134 134 font-size: 16px;
135 135 display: -webkit-box;
136 - -webkit-line-clamp: 2;
137 - -webkit-box-orient: vertical;
138 - overflow: hidden;
139 - text-overflow: ellipsis;
140 - cursor: pointer;
136 + //-webkit-line-clamp: 2;
137 + //-webkit-box-orient: vertical;
138 + //overflow: hidden;
139 + //text-overflow: ellipsis;
140 + //cursor: pointer;
141 141 margin: 0;
142 142
143 143 &.is-open {
144 144 overflow: visible;