Rename test class to more appropriate name.

This commit is contained in:
Bryan Mauger 2023-10-11 09:45:44 -04:00
parent 15dbe4c592
commit 90a9932d91
2 changed files with 3 additions and 3 deletions

View file

@ -224,7 +224,7 @@ export default {
}
if (this.buttonTypeString == "listCard" && this.buttonsInfo.length > 2) {
classes += " bryan-class";
classes += " two-list-card-width";
}
return classes;
@ -308,7 +308,7 @@ export default {
</script>
<style lang="scss">
.bryan-class {
.two-list-card-width {
width: 33.33333333%;
flex: 0 0 auto;
}

View file

@ -551,7 +551,7 @@ export default {
<style lang="scss">
.replace-options-question {
.bryan-class {
.two-list-card-width {
width: 100%;
flex: 0 auto;
}