Skip to content

Commit

Permalink
Merge pull request #1124 from traPtitech/fix/css
Browse files Browse the repository at this point in the history
CSS完全に理解したになってたところを修正
  • Loading branch information
kaitoyama committed Oct 31, 2023
2 parents a28c7a4 + f8d9291 commit 85697d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@ export default {
@import '@/style/global.scss';
@import '@/style/colors.scss';
@import 'static/css/themify-icons.css';
.app-main {
min-width: 0;
}
</style>
8 changes: 6 additions & 2 deletions client/src/pages/QuestionnaireDetails.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="details is-fullheight">
<div class="details is-fullheight container">
<top-bar-message :message="message"></top-bar-message>
<div class="tabs is-centered">
<ul>
Expand Down Expand Up @@ -523,4 +523,8 @@ export default {
</script>

<!-- Add 'scoped' attribute to limit CSS to this component only -->
<style lang="scss" scoped></style>
<style lang="scss" scoped>
.container {
word-break: break-all;
}
</style>

0 comments on commit 85697d6

Please sign in to comment.