ソースを参照

Spruce up small inputs with submit buttons

undefined
spaghetti 7年前
committed by Tomochin
コミット
b91aa89016
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      static/styles/global.css

+ 2
- 2
static/styles/global.css ファイルの表示

@@ -11,10 +11,10 @@
font-size: 110%;
}

.sidebar .box .add_form {
.flex_input_container {
display: flex;
}
.sidebar .box .add_form input[type=text] {
.flex_input_container > input[type=text]{
flex-grow: 1;
box-sizing: border-box;
width: 100%;


読み込み中…
キャンセル
保存