mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-25 21:51:50 +00:00
Address PR feedback
style width: 16rem -> scoped style
This commit is contained in:
parent
19e6c75fc1
commit
8227f24a4f
@ -158,7 +158,7 @@ export default {
|
||||
:none-text="noSet"
|
||||
/>
|
||||
</div>
|
||||
<div class="c-glyph-single-set-save-flexbox" style="width: 16rem">
|
||||
<div class="c-glyph-single-set-save-flexbox">
|
||||
<div ach-tooltip="Set a custom name (up to 20 characters)">
|
||||
<input
|
||||
:id="id"
|
||||
@ -200,5 +200,7 @@ export default {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.c-glyph-single-set-save-flexbox {
|
||||
width: 16rem;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user