Skip to content

Commit

Permalink
Legacy Vector is not a responsive skin
Browse files Browse the repository at this point in the history
For some reason we are setting this to true when it's not
supposed to be. The recent refactor to complete the splitting of
two skins removed the override inside SkinVectorLegacy

Follow up to eea5373

Bug: T327256
Change-Id: Ie75a506866f4bd099efb26e8043fdcd37803a2da
  • Loading branch information
jdlrobson authored and jrobson committed Jan 18, 2023
1 parent ed40489 commit 155bb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skin.json
Expand Up @@ -104,7 +104,7 @@
"name": "vector",
"template": "skin-legacy",
"templateDirectory": "includes/templates",
"responsive": true,
"responsive": false,
"link": {
"text-wrapper": {
"tag": "span"
Expand Down

0 comments on commit 155bb9a

Please sign in to comment.