main: minor bugfix
All checks were successful
/ mirror_to_github (push) Successful in 32s
/ test (push) Successful in 5s

This commit is contained in:
Leon van Kammen 2024-10-24 14:36:41 +00:00
parent bf9aca6d00
commit 4c52fff332

View file

@ -100,7 +100,7 @@ if( typeof AFRAME != 'undefined '){
position:relative;
}
.isoterminal div{
display:inline-block;
display:block;
position:relative;
line-height: ${me.com.data.lineHeight}px;
}