@wishmaster270 said in Title of two modules in one line:
.MMM-DWD-WarnWeather .wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 320px;
gap: 5px;
}
.MMM-DWD-WarnWeather .warning {
width: 100%;
display: flex;
flex-direction: row;
gap: 10px;
margin-bottom: 0px;
}
.MMM-DWD-WarnWeather .status {
margin-top: 0px;
}
.MMM-DWD-WarnWeather .description {
padding-left: 0px;
margin-left: 0px;
}
.MMM-DWD-WarnWeather .small-icon{
float: unset;
zoom: unset;
-moz-transform: unset;
-moz-transform-origin: unset;
width: 46px;
height: 46px;
position: relative;
}
Hi Tom, this totally worked out and fixed the issue.
Do you have one more hint about shifting the text/icon more to the right?