Giter Club home page Giter Club logo

Comments (5)

github-actions avatar github-actions commented on July 22, 2024

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

from textual.

arcivanov avatar arcivanov commented on July 22, 2024

Textual Diagnostics

Versions

Name Value
Textual 0.63.4
Rich 13.7.1

Python

Name Value
Version 3.12.3
Implementation CPython
Compiler GCC 13.2.1 20240316 (Red Hat 13.2.1-7)
Executable /home/arcivanov/.pyenv/versions/3.12.3/envs/boris-trading/bin/python

Operating System

Name Value
System Linux
Release 6.8.10-300.fc40.x86_64
Version #1 SMP PREEMPT_DYNAMIC Fri May 17 21:20:54 UTC 2024

Terminal

Name Value
Terminal Application Unknown
TERM xterm-256color
COLORTERM truecolor
FORCE_COLOR Not set
NO_COLOR Not set

Rich Console options

Name Value
size width=252, height=71
legacy_windows False
min_width 1
max_width 252
is_terminal True
encoding utf-8
max_height 71
justify None
overflow None
no_wrap False
highlight None
markup None
height None

from textual.

TomJGooding avatar TomJGooding commented on July 22, 2024

I think the problem is that TabPane has a default height of auto. If you change the height of your DataTable to 1fr rather than than 100%, does this work as expected?

from textual.

arcivanov avatar arcivanov commented on July 22, 2024

Yes, it does, thank you!

    #tab-orders {
        padding: 0 0;
    }
    #orders {
        column-span: 2;
        row-span: 3;
        border: solid $primary 80%;
        height: 1fr;
    }

image

from textual.

github-actions avatar github-actions commented on July 22, 2024

Don't forget to star the repository!

Follow @textualizeio for Textual updates.

from textual.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.