Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix report form width
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoferreira committed Apr 30, 2020
1 parent 5e2eea2 commit 9d36d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/ContentReport/ContentReportForm.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="card padding-normal is-clearfix report-form">
<div class="padding-normal is-clearfix report-form">
<button class="button close-button is-text tiny is-shadowless is-pulled-right"
@click="closeForm()">
<i class="icon cross"></i>
Expand Down Expand Up @@ -132,9 +132,6 @@ export default {
</script>

<style lang="scss" scoped>
.card {
width: 22rem;
}
.reason {
width: 100%;
height: 6rem;
Expand Down
1 change: 1 addition & 0 deletions src/styles/photodetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
background: #ffffff;
border: 2px solid #D8D8D8;
z-index: 10;
width: 22rem;
}
.report-form:after, .report-form:before {
bottom: 100%;
Expand Down

0 comments on commit 9d36d04

Please sign in to comment.