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:
parent
b2ae3399e5
commit
94e854a692
4 changed files with 0 additions and 12 deletions
|
@ -189,9 +189,6 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
#title_list_result {
|
||||
width: 60%;
|
||||
}
|
||||
#title_list {
|
||||
display: table;
|
||||
}
|
||||
|
|
|
@ -150,9 +150,6 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
#package_list_result {
|
||||
width: 60%;
|
||||
}
|
||||
#package_list {
|
||||
display: table;
|
||||
}
|
||||
|
|
|
@ -105,9 +105,6 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
#title_list_result {
|
||||
width: 60%;
|
||||
}
|
||||
#title_list {
|
||||
display: table;
|
||||
}
|
||||
|
|
|
@ -84,9 +84,6 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
#package_list_result {
|
||||
width: 60%;
|
||||
}
|
||||
#package_list {
|
||||
display: table;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue