mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Admin Panel, use flex "gap" instead of "margin" and "padding"
This commit is contained in:
parent
5c890e4cc3
commit
9367ef8c41
2 changed files with 2 additions and 3 deletions
|
|
@ -22,14 +22,13 @@ table
|
||||||
.ext-box-left
|
.ext-box-left
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%
|
width: 100%
|
||||||
|
gap: 10px
|
||||||
|
|
||||||
span
|
span
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
margin-right: 10px;
|
|
||||||
|
|
||||||
input, button
|
input, button
|
||||||
margin: 0 10px 0 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
button
|
button
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
display flex
|
display flex
|
||||||
padding-top 15px
|
padding-top 15px
|
||||||
height 100%
|
height 100%
|
||||||
|
gap: 10px;
|
||||||
|
|
||||||
.side-menu
|
.side-menu
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
|
|
@ -54,7 +55,6 @@
|
||||||
margin-right: 20px
|
margin-right: 20px
|
||||||
|
|
||||||
.main-body
|
.main-body
|
||||||
padding: 0.1em 1em
|
|
||||||
-webkit-user-select: text // Safari 3.1+
|
-webkit-user-select: text // Safari 3.1+
|
||||||
-moz-user-select: text // Firefox 2+
|
-moz-user-select: text // Firefox 2+
|
||||||
-ms-user-select: text // IE 10+
|
-ms-user-select: text // IE 10+
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue