Fix button width regarless of text in lightbox
parent
83487b6313
commit
5edc4d76f3
|
@ -247,9 +247,9 @@
|
||||||
.options {
|
.options {
|
||||||
display: flex;
|
display: flex;
|
||||||
a {
|
a {
|
||||||
flex-grow: 1;
|
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue