Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make the witnesses wrapper with flex-wrap css prop #517

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

orlinmalkja
Copy link
Contributor

No description provided.

@orlinmalkja orlinmalkja self-assigned this Nov 5, 2024
@@ -272,7 +272,7 @@ export function addWitness(target, witness, color) {

function createWitnessesWrapper() {
const el = document.createElement("span");
el.classList.add('witnesses')
el.classList.add('witnesses', 't-flex', 't-flex-wrap')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think t-inline-flex is better

@orlinmalkja
Copy link
Contributor Author

i have added as another commit the fix to the bug when one deselects all witnesses from the dropdown and there is no message shown.

@orlinmalkja orlinmalkja merged commit 28cb111 into develop Nov 6, 2024
2 checks passed
@orlinmalkja orlinmalkja deleted the witnesses-flex-wrapper branch November 6, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants