Fix button width regarless of text in lightbox

stable
Xavier Julián 2015-03-13 09:07:53 +01:00
parent 83487b6313
commit 5edc4d76f3
1 changed files with 1 additions and 1 deletions

View File

@ -247,9 +247,9 @@
.options {
display: flex;
a {
flex-grow: 1;
padding: 8px 0;
text-align: center;
width: 100%;
&:first-child {
margin-right: .5rem;
}