问题描述
我刚刚将我的一个电子应用程序升级到 Bootstrap 用于 Bootstrap 4 的新 Alpha 6.他们对网格系统和 flexbox 进行了大量调整,这反过来又给我的电子应用程序带来了一些奇怪的错误.目前我有一个侧边栏和一个主要区域.
并且侧边栏占据了整个屏幕的宽度,即使我将其定义为 .col-4 .col-xl-3,
它正在把所有东西都推到下面.如何防止这种行为发生?
更多代码,上一问题已修复,但通过@haxxtron 的回答,现在左侧没有填充.
<div class = "房间容器 pl-3 col-4 col-xl-3"><div class="room mt-2 col-offset-1"><h4 class = "text-muted">房间:</h4><h5 class = '显示房间名称'></h5><h4 class = "text-muted">聊天次数:</h4><h5 class = 'display chat-count'></h5><h4 class = "text-muted">用户名:</h4><h5 class = '显示用户名'></h5><p class = "lead footer" id="me">{ } with <img class = "heart" src="../js/img/heart.svg">作者:<a href="http://siwiec.us">Adam Siwiec</a></h3>