makes instruction panels inline-block
This commit is contained in:
parent
983645403b
commit
7448db5b98
@ -59,7 +59,7 @@ namespace pxsim.instructions {
|
|||||||
border-color: ${BORDER_COLOR};
|
border-color: ${BORDER_COLOR};
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: ${BORDER_RADIUS}px;
|
border-radius: ${BORDER_RADIUS}px;
|
||||||
display: block;
|
display: inline-block;
|
||||||
width: ${PANEL_WIDTH}px;
|
width: ${PANEL_WIDTH}px;
|
||||||
height: ${PANEL_HEIGHT}px;
|
height: ${PANEL_HEIGHT}px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user