You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class names get applied to the element in question, but the css for that class is not applied. with the following, i would expect to see a border around the header TR.
hello,
class names get applied to the element in question, but the css for that class is not applied. with the following, i would expect to see a border around the header TR.
`
<style include="spaces-iod-styles">
:host {
display: block;
padding: 10px;
}
google-chart {
height: 90vh;
width: 90vw;
}
.mac {
border: solid 2px red;
}
</style>
The text was updated successfully, but these errors were encountered: