Skip to content

Instantly share code, notes, and snippets.

@viters
Created August 29, 2016 13:22
Show Gist options
  • Save viters/49af115ca15b6454439879002847913c to your computer and use it in GitHub Desktop.
Save viters/49af115ca15b6454439879002847913c to your computer and use it in GitHub Desktop.
Reserve space for bold on hover (not pushing elements to right)
a::after {
display:block;
content:attr(title);
font-weight:bold;
height:1px;
color:transparent;
overflow:hidden;
visibility:hidden;
margin-bottom:-1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment