You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the spacing between the slots look strange, because the space we keep for empty slots.
For example here:
The space between the string literal and the next comma is caused by the empty slot that follows the closing double quote.
For commas, we should probably have a CSS rule to keep space on the right when the next slot is not empty.
The text was updated successfully, but these errors were encountered:
Sometimes the spacing between the slots look strange, because the space we keep for empty slots.
For example here:
The space between the string literal and the next comma is caused by the empty slot that follows the closing double quote.
For commas, we should probably have a CSS rule to keep space on the right when the next slot is not empty.
The text was updated successfully, but these errors were encountered: