node-preview.pcss.css
Same filename in other branches
.node-preview-container { position: sticky; z-index: 499; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; width: 100%; } .node-preview-form-select { display: flex; align-items: center; justify-content: space-between; width: 100%; }
File
-
core/
themes/ claro/ css/ components/ node-preview.pcss.css
View source
- .node-preview-container {
- position: sticky;
- z-index: 499;
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- width: 100%;
- }
-
- .node-preview-form-select {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.