Fix empty note not being tall enough for menu button

master
Skylar Ittner 5 年前
父节点 f22066cb80
当前提交 4283212832

@ -25,6 +25,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
z-index: 99999;
}
.notecard {
min-height: 4em;
}
.popover .list .list-button {
color: inherit;
}
正在加载...
取消
保存