fixed column width
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 23s
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 23s
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
column-gap: 5rem;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
@@ -30,7 +31,6 @@
|
|||||||
border-bottom: 0.1rem solid var(--text-color);
|
border-bottom: 0.1rem solid var(--text-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: calc(100% - 5rem);
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user