1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

update select icon size

This commit is contained in:
shanshuirenjia
2018-12-25 16:44:11 +08:00
parent 42930f93c6
commit 951f9a1859
2 changed files with 15 additions and 2 deletions

View File

@@ -1078,3 +1078,16 @@ table .menu-toggle {
.wiki-list-table td {
line-height: 1.5rem;
}
/* react select-module */
.select-module {
font-size: 1rem;
}
.select-module.select-module-icon {
width: 1.5rem;
height: 1.5rem;
}
.select-module.select-module-name {
margin-left: 0.5rem;
}