mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-06 06:43:21 +00:00
Fix <a> not having correct size
This commit is contained in:
parent
f342f693db
commit
5214ea543c
1 changed files with 5 additions and 4 deletions
|
@ -17,13 +17,14 @@ ul.sidebar-list {
|
|||
width: 100%;
|
||||
}
|
||||
ul.sidebar-list li {
|
||||
cursor: pointer;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 5px;
|
||||
border-radius: 2.5px;
|
||||
}
|
||||
ul.sidebar-list li a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 5px;
|
||||
padding-left: 8px;
|
||||
text-align: left;
|
||||
color: black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue