mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove border from address
This commit is contained in:
parent
86afe2f702
commit
ccaf430b37
@ -58,6 +58,10 @@
|
||||
</action-buttons>
|
||||
</div>
|
||||
|
||||
<div v-if="!this.context.edit">
|
||||
<address-render-box :address="address" :isMultiline="false" :useDatePane="useDatePane"></address-render-box>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div v-if="onlyButton">
|
||||
@ -148,11 +152,7 @@ export default {
|
||||
.address-container {
|
||||
display:flex;
|
||||
justify-content:flex-end;
|
||||
// padding-right: 1rem;
|
||||
border-radius: 5px;
|
||||
border: 1px dotted;
|
||||
border-left: 1px dotted;
|
||||
border-right: 1px dotted;
|
||||
}
|
||||
.no-address-yet {
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user