Skip to content

Commit

Permalink
feat: Container margins managements - MEED-2867-Meeds-io/MIPs#103
Browse files Browse the repository at this point in the history
(cherry picked from commit ae6f485)
  • Loading branch information
SaraBoutej authored and exo-swf committed Nov 22, 2023
1 parent 81b3abc commit 4ddc564
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion wallet-webapps/src/main/webapp/skin/less/wallet.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
}
}
.application-toolbar {
margin-bottom: 12px;
max-width: 100% !important;

.tabs-content {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
flat>
<main>
<v-layout column>
<v-app class="mb-4 application-toolbar">
<v-app class="application-toolbar">
<v-tabs
v-model="selectedTab"
slider-size="4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<main v-if="isWalletEnabled" id="walletEnabledContent">
<v-layout>
<v-flex>
<v-app class="mb-4 application-toolbar">
<v-app class="application-toolbar">
<v-tabs
v-model="tab"
slider-size="4"
Expand Down

0 comments on commit 4ddc564

Please sign in to comment.