makes instruction panels inline-block

This commit is contained in:
darzu 2016-09-07 15:00:42 -07:00
parent 983645403b
commit 7448db5b98
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ namespace pxsim.instructions {
border-color: ${BORDER_COLOR};
border-style: solid;
border-radius: ${BORDER_RADIUS}px;
display: block;
display: inline-block;
width: ${PANEL_WIDTH}px;
height: ${PANEL_HEIGHT}px;
position: relative;