Base breakpoint value not showing in other breakpoints in relative style

Hi @StrangeTech ,

I did that, yes. Since I only had the video block in a div I deleted it and rebuilt everything. But the problem persists.

Here is the relative style when I reported the bug (btw the CustomCssExtras weren’t shown anymore in the editor when I was in the lg breakpoint):

{
    "relativeStyle": {
    "name": "& > video",
    "rules": [
      {
        "selectorType": "type",
        "selector": "video",
        "combinator": " > ",
        "id": "0gnesk"
      }
    ],
    "id": "ltxaig"
  },
  "relativeStyleCSS": {
    "containerSizeWidth": {
      "rs2xlltxaig": "1940px",
      "rsxlltxaig": "1556px",
      "rslgltxaig": "1300px",
      "rsmdltxaig": "1044px",
      "rssmltxaig": "788px",
      "rsbaseltxaig": "660px"
    },
    "customCSSExtras": {
      "rslgltxaig": ".relativestyle {\r\n  object-fit: cover;\r\n  object-position: center center;\r\n}",
      "rsbaseltxaig": ""
    },
    "containerSizeHeight": { "rsbaseltxaig": "unset" }
  }
}

And here is the relative style after deleting the class and the blocks and rebuilding everything:

{
    "relativeStyle":{
        "name":"& > video",
        "rules":[
            {
                "selectorType":"type",
                "selector":"video",
                "combinator":" > ",
                "id":"banvb"
            }
        ],
        "id":"tgskw"
    },
    "relativeStyleCSS":{
        "containerSizeWidth":{
            "rs2xltgskw":"1940px",
            "rsxltgskw":"1556px",
            "rslgtgskw":"1300px",
            "rsmdtgskw":"1044px",
            "rssmtgskw":"788px",
            "rsbasetgskw":"660px"
        },
        "containerSizeHeight":{
            "rsbasetgskw":"unset"
        }
    }
}