Skip to content

Commit f989513

Browse files
author
Alex Ford
committed
update css properties and check for undefined size
1 parent a909a9d commit f989513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/dummy/app/templates/scroll-position.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<hr />
2121

2222
<div class="wrapper" style="box-sizing:border-box;">
23-
<div class="simple-layout" style="float:left;width:40%;margin-top:-12px;margin-right:20px;">
23+
<div class="simple-layout" style="float:left;width:40%;margin-top:-12px;padding-right:20px;">
2424
{{highlight-js code=markdown lang="javascript"}}
2525
</div>
26-
<div class="simple-list" style={{{concat 'float:left;width:60px;position:relative;width:' containerWidth 'px;height:' containerHeight 'px;'}}}>
26+
<div class="simple-list" style={{{concat 'float:left;width:60%;position:relative;width:' containerWidth 'px;height:' containerHeight 'px;'}}}>
2727
{{#ember-collection
2828
items=model
2929
estimated-height=containerHeight

0 commit comments

Comments
 (0)