delint
This commit is contained in:
parent
27ad90760d
commit
54d8953024
1 changed files with 4 additions and 3 deletions
|
@ -20,7 +20,8 @@ limitations under the License.
|
|||
padding: 0 4px 12px;
|
||||
|
||||
display: grid;
|
||||
grid-template-areas: "avatar name remove"
|
||||
grid-template-areas:
|
||||
"avatar name remove"
|
||||
"content content content"
|
||||
"footer footer footer";
|
||||
grid-template-rows: max-content auto max-content;
|
||||
|
|
Loading…
Reference in a new issue