Skip to content

Commit 82f36b6

Browse files
committed
Fix sk-wave rendering after template inlining
1 parent 50441eb commit 82f36b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/sk-wave/sk-wave.component.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3030
}
3131

3232
.sk-wave .sk-rect {
33+
float: left;
34+
margin-right: 1px;
3335
height: 100%;
3436
width: 6px;
3537
display: inline-block;

0 commit comments

Comments
 (0)