A small sass fix for #577

skip-thread-containment
Wyatt Benno 5 years ago
parent 752ee9d70c
commit 066efd5b3c

@ -76,6 +76,11 @@
<style lang="scss"> <style lang="scss">
button:disabled {
cursor: not-allowed;
opacity: 1;
}
.user-profile { .user-profile {
flex: 2; flex: 2;
flex-basis: 500px; flex-basis: 500px;

Loading…
Cancel
Save