Fix regressions in previous PR

This commit is contained in:
Keavon Chambers 2023-02-09 11:53:14 -08:00
parent bf21cbf3ce
commit d456640bb8
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,10 @@
.sections { .sections {
flex: 1 1 100%; flex: 1 1 100%;
} }
.text-button {
flex-basis: 0;
}
} }
</style> </style>

View File

@ -20,7 +20,7 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex: 0 0 0; flex: 0 0 auto;
height: 24px; height: 24px;
margin: 0; margin: 0;
padding: 0 8px; padding: 0 8px;