We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A suggested solution for https://github.com/tilde-lab/cifplayer/blob/master/app/app.view.css.ts#L35
flex: {direction: 'row' },
as well as
Body: { flex: { direction: 'column' }, }
and for https://github.com/tilde-lab/cifplayer/blob/master/app/app.view.tree#L15
body / <= Body $mol_view sub /
indeed prevent word-wraping, but the initial empty textarea becomes too short (cut).
The text was updated successfully, but these errors were encountered:
b6d71d7
stan-donarise
No branches or pull requests
A suggested solution for https://github.com/tilde-lab/cifplayer/blob/master/app/app.view.css.ts#L35
as well as
and for https://github.com/tilde-lab/cifplayer/blob/master/app/app.view.tree#L15
indeed prevent word-wraping, but the initial empty textarea becomes too short (cut).
The text was updated successfully, but these errors were encountered: