Skip to content
Snippets Groups Projects
Commit b82ee6ff authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Tablet UI for report show page

parent c1dfdd3b
No related branches found
No related tags found
1 merge request!185Include usernames in all relevant reports actions in Moderation Log
Pipeline #33378 passed
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
font-size: 14px; font-size: 14px;
} }
} }
@media only screen and (max-width:480px) { @media only screen and (max-width:801px) {
.report-show-page-container { .report-show-page-container {
.id { .id {
margin: 7px 15px 15px 15px; margin: 7px 15px 15px 15px;
...@@ -187,11 +187,13 @@ export default { ...@@ -187,11 +187,13 @@ export default {
margin: 0 5px 0 9px; margin: 0 5px 0 9px;
} }
} }
.report-tag { }
height: 32px; }
line-height: 32px; @media only screen and (max-width:480px) {
font-size: 14px; .report-tag {
} height: 32px;
line-height: 32px;
font-size: 14px;
} }
} }
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment