mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 22:46:40 +00:00
11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
/******************************************************************************************************
|
|
Common tab-base properties
|
|
*******************************************************************************************************/
|
|
|
|
.tabContentContainer() {
|
|
height: 100%;
|
|
.flex-display();
|
|
.flex-direction();
|
|
}
|
|
|