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
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
atom-material-ui is not compatible with multiline-tab package. atom-material-ui modify some CSS which cause the placeholder tab to have a fixed 10rem height instead of having the actual tab height.
Reproduction Steps:
Install and enable both package
Drag and drop a tab from the tab-bar
The placeholder line indicating where the tab will be dropped has a 10rem fixed height which expand the tab bar vertically
Expected behavior:
The placeholder tab should have the same height as the other tab. The placeholder tab height should be either 3rem or 2.5rem if the compact tab bar option is enabled in atom-material-ui
Observed behavior:
The placeholder tab has a fixed 10rem height from atom-material-ui stylesheet
height: 10rem;
pointer-events: none;
}
Screenshots and GIFs
Atom version: 1.22 OS and version: 10.13.2 beta 2
The text was updated successfully, but these errors were encountered:
atom-material-ui is not compatible with multiline-tab package. atom-material-ui modify some CSS which cause the placeholder tab to have a fixed 10rem height instead of having the actual tab height.
Reproduction Steps:
Expected behavior:
The placeholder tab should have the same height as the other tab. The placeholder tab height should be either 3rem or 2.5rem if the compact tab bar option is enabled in atom-material-ui
Observed behavior:
The placeholder tab has a fixed 10rem height from atom-material-ui stylesheet
Screenshots and GIFs
Atom version: 1.22
OS and version: 10.13.2 beta 2
The text was updated successfully, but these errors were encountered: