CSS:无法看到设置此元素的最大高度的内容

时间:2017-01-20 04:34:03

标签: css

this page,第五个联系人框分为2列,因为美国有3个办公室,而不是2个。

enter image description here

我想增加盒子的最大高度,以便所有3个办公室都适合一列,但看不到任何具有最大高度的元素。

帮助表示赞赏。

2 个答案:

答案 0 :(得分:0)

在style.css第1136行

@media (min-width: 1024px)
.white_bg {
    min-height: 230px; // change this to what height you want
}

答案 1 :(得分:0)

这2个框是2个单独的class SessionsController < ApplicationController def new end def create user = User.find_by(email: params[:session][:email].downcase) if user && user.authenticate(params[:session][:password]) log_in user remember user redirect_to user else flash.now[:danger] = 'Invalid email/password combination' render 'new' end end def destroy log_out redirect_to url_for(:controller => :sessions, :action => :new) end end 元素,它们没有高度或最大高度。要增加该框的高度,您只需添加更多文本,它就会变得更高以适应内容。虽然你可能需要增加它的兄弟姐妹的高度,所以UI是一致的,看起来并不傻。