Merge "Use display:inline-block for special character buttons"

This commit is contained in:
jenkins-bot 2018-03-05 17:11:37 +00:00 committed by Gerrit Code Review
commit 29d0094ca4

View file

@ -284,6 +284,7 @@
/* Characters Pages */
.page-characters {
padding-bottom: 5px;
div {
span {
border: 1px solid #c8ccd1;
@ -293,8 +294,7 @@
margin-left: 5px;
margin-top: 5px;
height: 1em;
float: left;
display: block;
display: inline-block;
color: #000;
text-decoration: none;
cursor: pointer;