flex box container changes width based on content despite fixed width

huangapple go评论60阅读模式
英文:

flex box container changes width based on content despite fixed width

问题

.user-text-inside, .chat-text-inside {
    width: 40%;
    display: grid;
    grid-template-columns: 1fr minmax(0, 1fr);
    justify-content: center;
    grid-gap: 1rem;
    overflow-wrap: break-word;
}

请将上述CSS代码添加到您的样式表中,以解决 user-text-insidechat-text-inside 的内容溢出问题。这将使用 overflow-wrap: break-word; 来确保文本在容器内自动换行,而不会溢出容器。

英文:

https://jsfiddle.net/Illusioner_/qkt82yem/1/

<!DOCTYPE html>

<html lang="en">
    <head>
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
        <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
        <link href="styles.css" rel="stylesheet">
        <script defer src="fetch.js"></script>


        <title>ChatGPT</title>
    </head>
    <body>
        <!-- Contains whole page (grid container) -->
        <div id="page-container">
            <!-- Sidebar/Nav -->
            <nav id="nav-container">
                <!-- <div class="nav-item">Hi</div> -->
                <div id="button-div">
                    <div class="button-regular">
                         <svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
                        New Chat
                    </div>
                    <div class="button-regular" id="menu-toggle">
                         <svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4 text-white dark:text-white" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line></svg>
                    </div>
                </div>
            </nav>

            <main id="main-chat-container">
                <div class="button-regular no-display" id="menu-toggle2">
                     <svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4 text-white dark:text-white" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line></svg>
                </div>

                <div class="user-text" id="dummy">
                    <div class="user-text-inside">
                        <div class="logo-wrapper" style="background-color:#247bad;">
                            <span class="material-symbols-outlined" style="font-size:28px;">
                                account_circle
                            </span>
                        </div>
                        lasdfjklasdfljkasdfjklasdlkfasdjlsSDFASDFGDAFADFDSFASDFSDFASDFssfafadfd
                    </div>
                </div>

                <div class="chat-text" id="dummy2">
                    <div class="chat-text-inside">
                        <div class="logo-wrapper">

                            <svg width="28" height="28" viewBox="0 0 41 41" fill="blue" xmlns="http://www.w3.org/2000/svg" stroke="white" stroke-width="0.75" class="h-6 w-6" role="img"><title>ChatGPT</title><text x="-9999" y="-9999">ChatGPT</text><path d="M37.5324 16.8707C37.9808 15.5241 38.1363 14.0974 37.9886 12.6859C37.8409 11.2744 37.3934 9.91076 36.676 8.68622C35.6126 6.83404 33.9882 5.3676 32.0373 4.4985C30.0864 3.62941 27.9098 3.40259 25.8215 3.85078C24.8796 2.7893 23.7219 1.94125 22.4257 1.36341C21.1295 0.785575 19.7249 0.491269 18.3058 0.500197C16.1708 0.495044 14.0893 1.16803 12.3614 2.42214C10.6335 3.67624 9.34853 5.44666 8.6917 7.47815C7.30085 7.76286 5.98686 8.3414 4.8377 9.17505C3.68854 10.0087 2.73073 11.0782 2.02839 12.312C0.956464 14.1591 0.498905 16.2988 0.721698 18.4228C0.944492 20.5467 1.83612 22.5449 3.268 24.1293C2.81966 25.4759 2.66413 26.9026 2.81182 28.3141C2.95951 29.7256 3.40701 31.0892 4.12437 32.3138C5.18791 34.1659 6.8123 35.6322 8.76321 36.5013C10.7141 37.3704 12.8907 37.5973 14.9789 37.1492C15.9208 38.2107 17.0786 39.0587 18.3747 39.6366C19.6709 40.2144 21.0755 40.5087 22.4946 40.4998C24.6307 40.5054 26.7133 39.8321 28.4418 38.5772C30.1704 37.3223 31.4556 35.5506 32.1119 33.5179C33.5027 33.2332 34.8167 32.6547 35.9659 31.821C37.115 30.9874 38.0728 29.9178 38.7752 28.684C39.8458 26.8371 40.3023 24.6979 40.0789 22.5748C39.8556 20.4517 38.9639 18.4544 37.5324 16.8707ZM22.4978 37.8849C20.7443 37.8874 19.0459 37.2733 17.6994 36.1501C17.7601 36.117 17.8666 36.0586 17.936 36.0161L25.9004 31.4156C26.1003 31.3019 26.2663 31.137 26.3813 30.9378C26.4964 30.7386 26.5563 30.5124 26.5549 30.2825V19.0542L29.9213 20.998C29.9389 21.0068 29.9541 21.0198 29.9656 21.0359C29.977 21.052 29.9842 21.0707 29.9867 21.0902V30.3889C29.9842 32.375 29.1946 34.2791 27.7909 35.6841C26.3872 37.0892 24.4838 37.8806 22.4978 37.8849ZM6.39227 31.0064C5.51397 29.4888 5.19742 27.7107 5.49804 25.9832C5.55718 26.0187 5.66048 26.0818 5.73461 26.1244L13.699 30.7248C13.8975 30.8408 14.1233 30.902 14.3532 30.902C14.583 30.902 14.8088 30.8408 15.0073 30.7248L24.731 25.1103V28.9979C24.7321 29.0177 24.7283 29.0376 24.7199 29.0556C24.7115 29.0736 24.6988 29.0893 24.6829 29.1012L16.6317 33.7497C14.9096 34.7416 12.8643 35.0097 10.9447 34.4954C9.02506 33.9811 7.38785 32.7263 6.39227 31.0064ZM4.29707 13.6194C5.17156 12.0998 6.55279 10.9364 8.19885 10.3327C8.19885 10.4013 8.19491 10.5228 8.19491 10.6071V19.808C8.19351 20.0378 8.25334 20.2638 8.36823 20.4629C8.48312 20.6619 8.64893 20.8267 8.84863 20.9404L18.5723 26.5542L15.206 28.4979C15.1894 28.5089 15.1703 28.5155 15.1505 28.5173C15.1307 28.5191 15.1107 28.516 15.0924 28.5082L7.04046 23.8557C5.32135 22.8601 4.06716 21.2235 3.55289 19.3046C3.03862 17.3858 3.30624 15.3413 4.29707 13.6194ZM31.955 20.0556L22.2312 14.4411L25.5976 12.4981C25.6142 12.4872 25.6333 12.4805 25.6531 12.4787C25.6729 12.4769 25.6928 12.4801 25.7111 12.4879L33.7631 17.1364C34.9967 17.849 36.0017 18.8982 36.6606 20.1613C37.3194 21.4244 37.6047 22.849 37.4832 24.2684C37.3617 25.6878 36.8382 27.0432 35.9743 28.1759C35.1103 29.3086 33.9415 30.1717 32.6047 30.6641C32.6047 30.5947 32.6047 30.4733 32.6047 30.3889V21.188C32.6066 20.9586 32.5474 20.7328 32.4332 20.5338C32.319 20.3348 32.154 20.1698 31.955 20.0556ZM35.3055 15.0128C35.2464 14.9765 35.1431 14.9142 35.069 14.8717L27.1045 10.2712C26.906 10.1554 26.6803 10.0943 26.4504 10.0943C26.2206 10.0943 25.9948 10.1554 25.7963 10.2712L16.0726 15.8858V11.9982C16.0715 11.9783 16.0753 11.9585 16.0837 11.9405C16.0921 11.9225 16.1048 11.9068 16.1207 11.8949L24.1719 7.25025C25.4053 6.53903 26.8158 6.19376 28.2383 6.25482C29.6608 6.31589 31.0364 6.78077 32.2044 7.59508C33.3723 8.40939 34.2842 9.53945 34.8334 10.8531C35.3826 12.1667 35.5464 13.6095 35.3055 15.0128ZM14.2424 21.9419L10.8752 19.9981C10.8576 19.9893 10.8423 19.9763 10.8309 19.9602C10.8195 19.9441 10.8122 19.9254 10.8098 19.9058V10.6071C10.8107 9.18295 11.2173 7.78848 11.9819 6.58696C12.7466 5.38544 13.8377 4.42659 15.1275 3.82264C16.4173 3.21869 17.8524 2.99464 19.2649 3.1767C20.6775 3.35876 22.0089 3.93941 23.1034 4.85067C23.0427 4.88379 22.937 4.94215 22.8668 4.98473L14.9024 9.58517C14.7025 9.69878 14.5366 9.86356 14.4215 10.0626C14.3065 10.2616 14.2466 10.4877 14.2479 10.7175L14.2424 21.9419ZM16.071 17.9991L20.4018 15.4978L24.7325 17.9975V22.9985L20.4018 25.4983L16.071 22.9985V17.9991Z" fill="white"></path></svg>
                        </div>
                        lore dfasdfmasdlk;fjasdfgas
                        dfsfd
                        gasd
                        gfasdf
                        hgafsd
                        sfhyfjkgflksdjfdklasffs
                        gasd
                        fsd
                        ogfasklgjlads;fjsdlakgafdjkgaklsdfgjasdlkgfjasdlgkasdjgsd
                        gsdag
                        sdjgkasdlkglfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdd
                    </div>
                </div>
                <div class="user-input">
                    <form class="user-input" id="form">
                        <input class="input" id="input" name="input" placeholder="Send a message">
                    </form>
                </div>
            </main>

        </div>
    </body>
</html>
#page-container {
    padding: 0px;
    margin : 0px;
    font-family : sans-serif;
    display : grid;
    grid-template-columns : 1.02fr 5fr;
    height : 100vh;
    color: white;
    z-index: -1;
}

#nav-container {
    /* Self grid properties */
    background-color : #202123;
}
#main-chat-container {
    /* Self grid properties */
     background-color : #353740;
    font-size : 18px;
    transform: translate3d(0,0,0);
}

#button-div {
    display : grid;
    grid-template-columns : 4fr 1fr;
    font-size : 18px;

}

.chat-text {
    background-color : #444654;
    color : #dee7f0;
    display : flex;
    justify-content : center;
    align-items : center;
    padding : 1rem;
    font-size : 1.12rem;
    font-weight : 100;
}
.chat-text-inside {
    width : 40%;
    display : grid;
    grid-template-columns : 1fr 5fr;
    justify-content : center;
    grid-gap : 1rem;
}
.user-text {
    display : flex;
    justify-content : center;
    align-items : center;
    padding : 1rem;
    font-size : 1.12rem;
    font-weight : 100;
}
.user-text-inside {
    width : 40%;
    display : grid;
    grid-template-columns : 1fr 5fr;
    justify-content : center;
    grid-gap : 1rem;
}

.flex {
    display : flex;
    justify-content : center;
    align-items : center;
    flex-direction : row;
}
.button-regular {
    padding : 0.7em;
    margin-top : 0.5em;
    margin-left : 0.3em;
    margin-right : 0.3em;
    font-size : 0.86em;
    font-weight : 540;
    border : solid 0.05em rgba(255, 255, 255, 0.2);
    border-radius : 0.375rem;
    cursor : pointer;
    transition: all 0.2s ease-in-out;
}

.button-regular:hover {
    background-color : #2b2c2f;
}
#menu-toggle2 {
    background-color : #353740;
    width : 2.5rem;
    padding-right : 1rem;
    position : fixed;
}

.logo-wrapper {
    display : block;
    width  : 35px;
    height : 35px;
    /* margin : 1rem; */
    padding : 0.2rem;
    background-color : #19c37d;
    border-radius : 3px;
}
.no-display {
    display : none;
}

.rounder-corners {
    border-radius : 3px;
}

.user-input {
    display : block;
    height : 8vh;
    width : 50%;
    z-index : 100;
    position : fixed;
    bottom: 5%;
    left: 25%;
    justify-content : center;
    background-color : #40414f;
    color : #6b6c7b;
    border-radius : 15px
}

.input {
    padding : 1em;
    font-size : 1rem;
    color : white;
    display : block;
    width : 100%;
    height : 100%;
    background-color : #40414f;
    outline : none;
    border-radius : 15px;
    box-sizing:border-box;
    border : none;
    background: url('data:image/svg+xml,<svg width="15" height="15" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" class="h-4 w-4 m-1 md:m-0" stroke-width="2"><path d="M.5 1.163A1 1 0 0 1 1.97.28l12.868 6.837a1 1 0 0 1 0 1.766L1.969 15.72A1 1 0 0 1 .5 14.836V10.33a1 1 0 0 1 .816-.983L8.5 8 1.316 6.653A1 1 0 0 1 .5 5.67V1.163Z" fill="%236b6c7b"></path></svg>') no-repeat ;
    background-position: 97% 50%;
    padding-right: 25px;
}

::-webkit-input-placeholder
{
    color : #8e8ea0;
}

/* #dummy {
    /* display : none */
/* } */
 /* #dummy2 { */
    /* display : none */
/* } */

The user-text-inside and chat-text-inside despite having fixed width, do not line up, and overflow if content is extra, as shown in the image below. I couldn't figure out how to fix this. The content is clearly going out of the boxflex box container changes width based on content despite fixed width

I don't understand what is causing this and trying to do word-wrap or overflow-wrap didn't work.
flex box container changes width based on content despite fixed width

答案1

得分: 1

你的样式没问题。问题出在你的文本上。只需清除虚拟文本并放入其他文本,它就会完美地遵循你的样式。我已测试过。

现在,我知道这种异常行为背后的原因:当你有一个没有空格的长字符串时,它不会像普通文本一样换行。

来源:https://stackoverflow.com/questions/856307/wordwrap-a-very-long-string

英文:

Your styling is just fine. It is the problem of your text. Just clean the dummy text and put some other text and it will follow your styling perfectly. I tested it.

Now, I know the reason behind this unusual behavior: When you have a long string without any space in between then it doesn't wrap like usual text.

Source: https://stackoverflow.com/questions/856307/wordwrap-a-very-long-string

huangapple
  • 本文由 发表于 2023年6月25日 19:20:18
  • 转载请务必保留本文链接:https://go.coder-hub.com/76550147.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定