浏览代码

Prevent screwed up layout on long Content-Types

Some Content-Types (especially Vendor specific Content-Types)
can be rather long. This breaks the layout so prevent
rendering too wide select boxes by default.
bubble
Thomas Kerpe 9 年前
父节点
当前提交
40c732c087
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. +3
    -4
      src/main/less/specs.less

+ 3
- 4
src/main/less/specs.less 查看文件

@@ -365,10 +365,6 @@
border: 1px solid #aaa;
}

.parameter-content-type select {
max-width:300px;
}

h1 {
color: black;
font-size: 1.5em;
@@ -748,6 +744,9 @@
outline: 2px solid black;
outline-color: #cc0000;
}
select[name='parameterContentType'] {
max-width:300px;
}
}
div.response {
div.block {


正在加载...
取消
保存