File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -998,25 +998,34 @@ nav a {
998998 }
999999/* news */
10001000.cajetin-fechas {
1001- word-break : keep-all;
1002- overflow-wrap : break-word;-space : nowrap;
1001+ overflow-y : auto;
1002+ box-sizing : border-box;
1003+ text-align : left;
1004+ word-wrap : break-word;
1005+ max-width : 100% ;
10031006 color : black;
10041007 display : block;
10051008 margin-bottom : 10px ;
10061009 opacity : .8 ;
10071010 font-size : 10px ;
10081011}
10091012.cajetin-titulo {
1010- word-break : keep-all;
1011- overflow-wrap : break-word;
1013+ overflow-y : auto;
1014+ box-sizing : border-box;
1015+ text-align : left;
1016+ word-wrap : break-word;
1017+ max-width : 100% ;
10121018 color : white;
10131019 display : inline-block;
10141020 padding-right : .8rem ;
10151021 font-size : 15px ;
10161022}
10171023.cajetin-footer {
1018- word-break : keep-all;
1019- overflow-wrap : break-word;-space : nowrap;
1024+ overflow-y : auto;
1025+ box-sizing : border-box;
1026+ text-align : left;
1027+ word-wrap : break-word;
1028+ max-width : 100% ;
10201029 color : white;
10211030 display : block;
10221031 padding-right : .8rem ;
You can’t perform that action at this time.
0 commit comments