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

[Bug]: code blocks in lists are not using existing space #40

Open
1 task done
individual-it opened this issue Mar 5, 2024 · 0 comments
Open
1 task done

[Bug]: code blocks in lists are not using existing space #40

individual-it opened this issue Mar 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@individual-it
Copy link
Member

Is there an existing issue for this?

  • I have searched for an existing issue

Describe the bug

when using code-block in lists the code-block is only as wider as the list heading, even if more space is availibale

Steps To Reproduce

check the output of this presentation

1. enable xdebug module:
    ```
    sudo phpenmod -v <PHP version> xdebug
    ```
2. restart apache:
    ```
    sudo systemctl restart apache2
    ```

Expected Behavior

available space should be utilized

Actual Behavior

The first codeblock shows a scroll bar

Examples, Code Samples, or Screenshots

grafik

Workaround:
use <!-- .element: style="width: 100%;" --> with the code block

1. enable xdebug module:
    ```
    sudo phpenmod -v <PHP version> xdebug
    ```
    <!-- .element: style="width: 100%;" -->
2. restart apache:
    ```
    sudo systemctl restart apache2
    ```
     <!-- .element: style="width: 100%;" -->

Environment

- **OS**: Ubuntu 22.04
- **ownCloud Web**: ownCloud Web UI 8.0.0
- **oCIS**: Infinite Scale 5.0.0-RC4

What browsers are you seeing the problem on?

Firefox, Chrome

@individual-it individual-it added the bug Something isn't working label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant