app/assets/less/components/request-item.less: adding "request-list-item-header-uri".
This commit is contained in:
parent
be1ef1b86d
commit
9851b05af3
1 changed files with 10 additions and 1 deletions
|
|
@ -36,12 +36,21 @@
|
|||
}
|
||||
|
||||
&-index {
|
||||
display: inline-block;
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
&-uri {
|
||||
display: inline-block;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
&-size {
|
||||
display: inline-block;
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
&-type,
|
||||
&-size,
|
||||
&-timestamp {
|
||||
display: inline-block;
|
||||
width: 20%;
|
||||
|
|
|
|||
Reference in a new issue