summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2018-12-18 23:20:30 +1100
committerPeter Leitzen <pleitzen@gitlab.com>2019-01-02 19:43:11 +0100
commit860d3182b591d77a280ec01c3157c224054562c7 (patch)
treeddb1a7fc02dd725dd5793787889098afee33d7c8
parentb771191fc9e013b0f8bc657be82c4020a618d039 (diff)
downloadgitlab-ce-860d3182b591d77a280ec01c3157c224054562c7.tar.gz
remove style block
-rw-r--r--app/assets/javascripts/error_tracking/components/error_tracking_list.vue33
1 files changed, 0 insertions, 33 deletions
diff --git a/app/assets/javascripts/error_tracking/components/error_tracking_list.vue b/app/assets/javascripts/error_tracking/components/error_tracking_list.vue
index 1bdfe5fc441..73dfc3c78ab 100644
--- a/app/assets/javascripts/error_tracking/components/error_tracking_list.vue
+++ b/app/assets/javascripts/error_tracking/components/error_tracking_list.vue
@@ -104,36 +104,3 @@ export default {
</div>
</div>
</template>
-<style>
- .sentry-description,
- .sentry-description-header {
- flex: 1 1 0%;
- width: 50%;
- margin: 0 8px;
- }
-
- .sentry-culprit {
- color: #999;
- font-weight: 400;
- }
-
- .sentry-events,
- .sentry-events-header,
- .sentry-users,
- .sentry-users-header,
- .sentry-lastseen,
- .sentry-last-seen-header {
- width: 96px;
- margin: 0 8px;
- text-align: right;
- text-overflow: ellipsis;
- }
-
- .sentry-header-box {
- display: flex;
- margin-right: 10px;
- padding: 10px 10px 10px 16px;
- border-bottom: 1px solid #eee;
- }
-</style>
-