Bug 32030: Rebase UI fix - Remove width for tables in 'show' views

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2022-10-21 12:52:24 +02:00 committed by Tomas Cohen Arazi
parent b2ae3399e5
commit 94e854a692
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
4 changed files with 0 additions and 12 deletions

View file

@ -189,9 +189,6 @@ export default {
</script>
<style scoped>
#title_list_result {
width: 60%;
}
#title_list {
display: table;
}

View file

@ -150,9 +150,6 @@ export default {
</script>
<style scoped>
#package_list_result {
width: 60%;
}
#package_list {
display: table;
}

View file

@ -105,9 +105,6 @@ export default {
</script>
<style scoped>
#title_list_result {
width: 60%;
}
#title_list {
display: table;
}

View file

@ -84,9 +84,6 @@ export default {
</script>
<style scoped>
#package_list_result {
width: 60%;
}
#package_list {
display: table;
}